-
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.
We are also facing this issue. Because we are using a reuse library, we are not able to convert the nested parallel tasks into a simple one.
Having the nesting shown would be nice, but having the correct node marked with the error flag is mandatory. Currently finding the failed task is not easy.