-
Bug
-
Resolution: Unresolved
-
Minor
-
None
if you have a nested parallel job the visual layout is not really correct
it looks much better in blue ocean the layout
example
parallel Android: {
parallel PartOne: {
stage("Android One")
},
PartTwo: {
stage("Android Second")
},
failFast: false
stage("Android Finally")
},
iOS: {
stage("iOS One")
stage("iOS Two")
stage("iOS Three")
},
failFast: false