Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Trivial
-
Resolution: Won't Fix
Description
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.
Failed is probably a bad term for the stage, but I think that there is still value in knowing that the stage diverged from the standard flow without having to go and look through the console output of each build.