Comments on: How to setup Continuous Delivery environment https://piotrminkowski.com/2017/02/10/how-to-setup-continuous-delivery-environment/ Java, Spring, Kotlin, microservices, Kubernetes, containers Wed, 16 Sep 2020 22:19:36 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Piotr Mińkowski https://piotrminkowski.com/2017/02/10/how-to-setup-continuous-delivery-environment/#comment-98 Wed, 12 Sep 2018 09:32:51 +0000 https://piotrminkowski.wordpress.com/?p=399#comment-98 In reply to danniill.

Hello,
Thanks 🙂 That’s really interesting – this feedback from Jenkins to Gitlab.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/02/10/how-to-setup-continuous-delivery-environment/#comment-100 Wed, 12 Sep 2018 09:32:51 +0000 https://piotrminkowski.wordpress.com/?p=399#comment-100 In reply to danniill.

Hello,
Thanks 🙂 That’s really interesting – this feedback from Jenkins to Gitlab.

]]>
By: danniill https://piotrminkowski.com/2017/02/10/how-to-setup-continuous-delivery-environment/#comment-96 Wed, 12 Sep 2018 02:34:50 +0000 https://piotrminkowski.wordpress.com/?p=399#comment-96 Hello, Piotr.
What a great job. Thank you for your effort.
Right now, I have the same interest like you.
“How to setup a Continuous Delivery System with Open-Source ?”
This article gives me a great idea and guided me to where to go on further.

Just one thing, I wanna mention about ‘feedback from Jenkins to Gitlab’, if you don’t know yet.
Please refer to this article( https://medium.com/@teeks99/continuous-integration-with-jenkins-and-gitlab-fa770c62e88a)
Hope this will help you a little.

]]>
By: danniill https://piotrminkowski.com/2017/02/10/how-to-setup-continuous-delivery-environment/#comment-99 Wed, 12 Sep 2018 02:34:50 +0000 https://piotrminkowski.wordpress.com/?p=399#comment-99 Hello, Piotr.
What a great job. Thank you for your effort.
Right now, I have the same interest like you.
“How to setup a Continuous Delivery System with Open-Source ?”
This article gives me a great idea and guided me to where to go on further.

Just one thing, I wanna mention about ‘feedback from Jenkins to Gitlab’, if you don’t know yet.
Please refer to this article( https://medium.com/@teeks99/continuous-integration-with-jenkins-and-gitlab-fa770c62e88a)
Hope this will help you a little.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/02/10/how-to-setup-continuous-delivery-environment/#comment-94 Wed, 25 Jul 2018 15:03:20 +0000 https://piotrminkowski.wordpress.com/?p=399#comment-94 In reply to Juan G.

Hello,
Probably I used only app in my local repository, because the most important thing here was to show CI/CD process. But, you can find many examples on my github with applications that, for example contains Jenkinsfile. One of them is here: https://github.com/piomin/sample-spring-microservices.git.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/02/10/how-to-setup-continuous-delivery-environment/#comment-97 Wed, 25 Jul 2018 15:03:20 +0000 https://piotrminkowski.wordpress.com/?p=399#comment-97 In reply to Juan G.

Hello,
Probably I used only app in my local repository, because the most important thing here was to show CI/CD process. But, you can find many examples on my github with applications that, for example contains Jenkinsfile. One of them is here: https://github.com/piomin/sample-spring-microservices.git.

]]>
By: Juan G https://piotrminkowski.com/2017/02/10/how-to-setup-continuous-delivery-environment/#comment-95 Mon, 23 Jul 2018 23:14:15 +0000 https://piotrminkowski.wordpress.com/?p=399#comment-95 Hello Piotr – Really great tutorial. Which repo did you use for this? Thank you.

]]>
By: Juan G https://piotrminkowski.com/2017/02/10/how-to-setup-continuous-delivery-environment/#comment-92 Mon, 23 Jul 2018 23:14:15 +0000 https://piotrminkowski.wordpress.com/?p=399#comment-92 Hello Piotr – Really great tutorial. Which repo did you use for this? Thank you.

]]>
By: Continuous Integration with Jenkins, Artifactory and Spring Cloud Contract – Piotr's TechBlog https://piotrminkowski.com/2017/02/10/how-to-setup-continuous-delivery-environment/#comment-90 Wed, 04 Jul 2018 13:58:19 +0000 https://piotrminkowski.wordpress.com/?p=399#comment-90 […] I don’t know if you are familiar with such tools like Artifactory and Jenkins. But after starting them we need to configure some things. First you need to initialize Maven repositories for Artifactory. You will be prompt for that just after a first launch. It also automatically add one remote repository: JCenter Bintray (https://bintray.com/bintray/jcenter), which is enough for our build. Jenkins also comes with default set of plugins, which you can install just after first launch (Install suggested plugins). For this demo, you will also have to install plugin for integration with Artifactory (https://wiki.jenkins.io/display/JENKINS/Artifactory+Plugin). If you need more details about Jenkins and Artifactory configuration you can refer to my older article How to setup Continuous Delivery environment. […]

]]>
By: Continuous Integration with Jenkins, Artifactory and Spring Cloud Contract – Piotr's TechBlog https://piotrminkowski.com/2017/02/10/how-to-setup-continuous-delivery-environment/#comment-93 Wed, 04 Jul 2018 13:58:19 +0000 https://piotrminkowski.wordpress.com/?p=399#comment-93 […] I don’t know if you are familiar with such tools like Artifactory and Jenkins. But after starting them we need to configure some things. First you need to initialize Maven repositories for Artifactory. You will be prompt for that just after a first launch. It also automatically add one remote repository: JCenter Bintray (https://bintray.com/bintray/jcenter), which is enough for our build. Jenkins also comes with default set of plugins, which you can install just after first launch (Install suggested plugins). For this demo, you will also have to install plugin for integration with Artifactory (https://wiki.jenkins.io/display/JENKINS/Artifactory+Plugin). If you need more details about Jenkins and Artifactory configuration you can refer to my older article How to setup Continuous Delivery environment. […]

]]>