Comments on: Microservices Continuous Delivery with Docker and Jenkins https://piotrminkowski.com/2017/03/20/microservices-continuous-delivery-with-docker-and-jenkins/ Java, Spring, Kotlin, microservices, Kubernetes, containers Sun, 13 Sep 2020 20:27:09 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Piotr Mińkowski https://piotrminkowski.com/2017/03/20/microservices-continuous-delivery-with-docker-and-jenkins/#comment-192 Tue, 30 Oct 2018 22:49:11 +0000 https://piotrminkowski.wordpress.com/?p=1836#comment-192 In reply to s.v. manikandan.

Thanks 🙂 I don’t exactly understand what you mean in this question.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/03/20/microservices-continuous-delivery-with-docker-and-jenkins/#comment-232 Tue, 30 Oct 2018 22:49:11 +0000 https://piotrminkowski.wordpress.com/?p=1836#comment-232 In reply to s.v. manikandan.

Thanks 🙂 I don’t exactly understand what you mean in this question.

]]>
By: s.v. manikandan https://piotrminkowski.com/2017/03/20/microservices-continuous-delivery-with-docker-and-jenkins/#comment-231 Wed, 10 Oct 2018 10:04:45 +0000 https://piotrminkowski.wordpress.com/?p=1836#comment-231 Hi, Thanks for this great article. Please advise on how to configure each jenkins pipeline with the respective Jenkinsfile script path.

]]>
By: s.v. manikandan https://piotrminkowski.com/2017/03/20/microservices-continuous-delivery-with-docker-and-jenkins/#comment-191 Wed, 10 Oct 2018 10:04:45 +0000 https://piotrminkowski.wordpress.com/?p=1836#comment-191 Hi, Thanks for this great article. Please advise on how to configure each jenkins pipeline with the respective Jenkinsfile script path.

]]>
By: harsh https://piotrminkowski.com/2017/03/20/microservices-continuous-delivery-with-docker-and-jenkins/#comment-229 Fri, 01 Jun 2018 06:55:19 +0000 https://piotrminkowski.wordpress.com/?p=1836#comment-229 very nice!

]]>
By: harsh https://piotrminkowski.com/2017/03/20/microservices-continuous-delivery-with-docker-and-jenkins/#comment-189 Fri, 01 Jun 2018 06:55:19 +0000 https://piotrminkowski.wordpress.com/?p=1836#comment-189 very nice!

]]>
By: maineffort https://piotrminkowski.com/2017/03/20/microservices-continuous-delivery-with-docker-and-jenkins/#comment-228 Fri, 09 Feb 2018 18:03:48 +0000 https://piotrminkowski.wordpress.com/?p=1836#comment-228 Hi , this has indeed been very useful for understanding CI concepts with Jenkins, thanks a lot for your efforts. I have a few observations however
1. While building I encountered some hurdles which might benefit others, for examples groovy scripts might fail to execute except if security is turned off as explained here https://stackoverflow.com/questions/38276341/jenkins-ci-pipeline-scripts-not-permitted-to-use-method-groovy-lang-groovyobject

2. I had to remove “using hostname ” and “[code language=”java”]” from the customer-service-pipeline else build gives errors.
3. The pipelines have created in the local Jekins server must have the same names with your example else the names have to be adapted accordingly in the Jenkinsfiles.
4. Maven installation configured for the Jenkins server must have the same name with the maven name in the jenkinfiles.

]]>
By: maineffort https://piotrminkowski.com/2017/03/20/microservices-continuous-delivery-with-docker-and-jenkins/#comment-188 Fri, 09 Feb 2018 18:03:48 +0000 https://piotrminkowski.wordpress.com/?p=1836#comment-188 Hi , this has indeed been very useful for understanding CI concepts with Jenkins, thanks a lot for your efforts. I have a few observations however
1. While building I encountered some hurdles which might benefit others, for examples groovy scripts might fail to execute except if security is turned off as explained here https://stackoverflow.com/questions/38276341/jenkins-ci-pipeline-scripts-not-permitted-to-use-method-groovy-lang-groovyobject

2. I had to remove “using hostname ” and “[code language=”java”]” from the customer-service-pipeline else build gives errors.
3. The pipelines have created in the local Jekins server must have the same names with your example else the names have to be adapted accordingly in the Jenkinsfiles.
4. Maven installation configured for the Jenkins server must have the same name with the maven name in the jenkinfiles.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/03/20/microservices-continuous-delivery-with-docker-and-jenkins/#comment-227 Tue, 06 Feb 2018 15:52:46 +0000 https://piotrminkowski.wordpress.com/?p=1836#comment-227 In reply to Alla Sasi Kanth.

Stage ‘Image’ builds Docker image and push it to the Docker images repository. Stage ‘Run’ just start new Docker container from that image.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/03/20/microservices-continuous-delivery-with-docker-and-jenkins/#comment-187 Tue, 06 Feb 2018 15:52:46 +0000 https://piotrminkowski.wordpress.com/?p=1836#comment-187 In reply to Alla Sasi Kanth.

Stage ‘Image’ builds Docker image and push it to the Docker images repository. Stage ‘Run’ just start new Docker container from that image.

]]>