It seems to me that jenkins 2 pipelines are not really pipelines. From my perspective, someone missed a key ingredient for pipelines and build stages when designing this featureset, which is that build stages must operate on independent schedules, and must be independently repeatable. As a CI/CD practitioner and teacher for 16 years, this annoys the hell out of me.
There are plugins, such as this one https://wiki.jenkins-ci.org/display/JENKINS/Delivery+Pipeline+Plugin, to stitch Jenkins Jobs together into a pipeline, which is what you really want. Have not used it yet, but looks like what you want. On Monday, May 2, 2016 at 6:23:07 PM UTC+1, Mark Bidewell wrote: > > Is there a way to implement a restartable stage that could be manually > restarted? Often in Pipeline examples I see something like: > > > - "Deploy" -> "Deploy Again" ->"Deploy Yet Again" > > > It seems like this could be combined into a single step that could be > reexecuted. Is this possible? > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/a028965c-7283-485e-9846-53734e2305ba%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
