-
Bug
-
Resolution: Unresolved
-
Major
In Declarative pipelines the stages that don't run any steps, either by the 'when' block expression being false or previous stage failing/aborting, report success in pipeline stage view. In Blue Ocean, the stages display correctly because it reads a special tag that is set to denote failure, that behavior should apply to stage view as well.
And https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/88, though not fixing the visual weirdness, should clarify this a bit. Thanks Andrew for that again