On Tuesday, 4 July 2017 10:50:09 UTC+2, [email protected] wrote: > > > On Tuesday, 4 July 2017 06:43:58 UTC+2, mpapo - Michael Pailloncy wrote: >> >> As far as I know, *stage* blocks inside parallel tasks are deprecated => >> see >> https://github.com/jenkinsci/pipeline-examples/blob/master/docs/BEST_PRACTICES.md#parallelism >> >> Have you tried something like : >> > >> stage ("Setup") { >> > > [snip] >
BTW, this jenkins plugin testing library should probably be updated if stages inside parallel should not be used, my example was based on this: https://github.com/jenkins-infra/pipeline-library/blob/master/vars/buildPlugin.groovy This is a problem I find very often, pipelines seem to change too fast and I always find contradicting examples, and is very hard to find a true source of up-to-date documents. I hope this improves soon :) -- 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/3d81b65d-bf7a-43e2-acf6-2694ed985a7e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
