-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
We have recently moved from a single set of parallel nodes to 2 sets of nested parallel nodes:
Pseudo representation:
parallel(
parallel someTests(), parallel otherTests()
)
or :
parallel(
fork1 =
{ doStuff parallel otherStuff },
fork2,
fork3
)
Whilst I understand that Blue Ocean is not able to render the workflow, worryingly it no longer shows the correct status for the individual steps/tasks. We have examples of passing builds showing red and failing builds showing as green. This is obviously fairly fundamental issue for using BO.