By alex.soto
via lordofthejars.com
Submitted: Feb 12 2013 / 03:12
In Continuous Delivery each build is potentially shippable. This fact implies among a lot of other things, to stop the build pipeline if an error occurs, but also execute next stage if current stage ends successful. To take this decisions on Jenkins we are going to use the Conditional BuildStep Jenkins Plugin.
Add your comment