In Continuous Delivery each build is potentially shippable. This fact implies among a lot of other things, to assign a none snapshot version to your components as fast as possible so you can refer them through all the process. I suggest creating a release branch, assign the version to the project and then start the typical pipeline (compile, tests, code quality ...) steps to release branch.
If you are using Jenkins, your build job screen will look something like:
So your build job screen will look something like:
Much better, now we know exactly the result of a build job and which product version has been generated.
So first step is installing the plugin by simply going to:
Jenkins -> Manage Jenkins -> Manage Plugins -> Available
After installation you can open Build Job configuration screen and add a post-build action called "Set build description". Then add a regular expression for extracting the version number. In this case the regular expression is:
\[INFO\] from version 0\.0\.1-SNAPSHOT to (.*)
Take a look at next fragment of build log file:
[INFO] Scanning for projects...[INFO][INFO] ------------------------------------------------------------------------[INFO] Building hello 0.0.1-SNAPSHOT[INFO] ------------------------------------------------------------------------[INFO][INFO] --- versions-maven-plugin:2.0:set (default-cli) @ hello ---[INFO] Searching for local aggregator root...[INFO] Local aggregation root: /jobs/helloworld-inital-build/workspace[INFO] Processing com.lordofthejars.helloworld:hello[INFO] Updating project com.lordofthejars.helloworld:hello[INFO] from version 0.0.1-SNAPSHOT to 1.0.43Props: {project.version=1.0.43, project.artifactId=hello, project.groupId=com.lordofthejars.helloworld}
At line 12 we are logging the final version of our product for current pipeline execution, so we create a regular expression which parses that line and the part between brackets are used as decorator.
Depending on log traces the regular expression will differ from this one. In this case, we are always using the same SNAPSHOT version in development and only when product is going to be released (this could be 3 times per day or every night) the final version is generated and set.
Hope this plugin helps you to make your builds more clear.
We keep learning,
Alex.
Alex.
Yellow diamonds in the light, And we're standing side by side, As your shadow crosses mine (We Found Love - Lindsey Stirling)Music: http://www.youtube.com/watch?v=0g9poWKKpbU
6 comentarios:
Indeed, very useful. If you are interested in doing Continuous Delivery with Jenkins, I strongly recommand you this presentation:
http://www.devoxx.com/display/DV11/Jenkins++From+Continuous+Integration+to+Continuous+Delivery
Thank you very much for the link ;) I already watched it, in fact I met personally John and we talked about it. Thank you very much for reading my blog and suggesting links.
Cheers
Nice addition and good share.
Thanks
Error pages in tomcat
air max 95
calvin klein outlet online
adidas yeezy
kyrie irving shoes
jordan 1 off white
curry shoes
mbt shoes
jordan retro
coach bags sale
golden goose mid star
cheap jordans
off white clothing
nike air max
birkin bag
jordan 6
kyrie 3
coach outlet
off white clothing
kyrie 6
air force 1
discover this click to read Continued this article click to read more navigate to this site
Publicar un comentario