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] > <javascript:>> 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/aecd1e46-b4c2-4c65-a5b8-bd5ab572e4ad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
