While I am here, I'm going to plug Declarative Pipeline <https://github.com/jenkinsci/pipeline-model-definition-plugin/wiki/Parallelism> (new syntax for Pipeline). Any parallels have to be within a stage and there is not nesting of stages. As such Blue Ocean will visualise it perfectly for you every time you write a Jenkinsfile.
On Thursday, December 15, 2016 at 5:56:02 PM UTC+11, James Dumay wrote: > > That is correct. There is an open bug report tracking this issue > <https://issues.jenkins-ci.org/browse/JENKINS-39464> - please watch and > vote for it. The workaround is to surround your parallel with a stage block > and linked issue has an example of how to do that. > > Longer term we may modify the display so parallels not in a stage > automatically look like they are defined within a stage for visualization > purposes. > > On Thursday, December 15, 2016 at 8:31:36 AM UTC+11, Jesse Glick wrote: >> >> On Wed, Dec 14, 2016 at 4:19 PM, Alan Wu <[email protected]> wrote: >> > As far as I know, stages in >> > parallel was implemented not long ago and perjaps Blue Ocean has not >> caught >> > up with that update yet? >> >> B.O. devs can correct me but last I checked it will only display >> top-level `stage`s and a single level of `parallel` beneath those, not >> arbitrary nesting structures. >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/712806d7-a5ec-4bb8-b125-14a0f1c97b30%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
