-
Improvement
-
Resolution: Unresolved
-
Trivial
Given a Pipeline with a sequence of multiple stages, e.g.
stage 'one'
stage 'two'
stage 'three'
and the last one fails, in this example "three", the visualizing shows all stages in red, although only the last one failed. Expectation is that only the failed stage is colored red, and all others, that were processed successfully before, are colored green.
I agree that this request is more of an enhancement than a bug. Also note that the way failing stages are displayed on a successful build is currently different from the way successful stages are displayed on a failing build. If you're looking at redesigning this, I'd say that the two scenarios should be handled similarly.