-
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.
[JENKINS-41009] [Declarative Pipeline] Stage view displays un-executed stages as success
Epic Link |
New:
|
Attachment | New: decl-pipeline-stage-view-bug.PNG [ 36848 ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
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