-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins 2.176.3, Pipeline Stage View Plugin 2.12
In the classical GUI all stages are shown as unstable when only one stage is (in BlueOcean it is displayed correct)
My expectation: Only the unstable stage is displayed as unstable, others are not (while the complete build still is marked as unstable)
#!groovy pipeline { agent any stages { stage('successful') { steps { echo ('hello') } } stage('unstable') { steps { unstable(message: "Failed: ${STAGE_NAME} => return UNSTABLE status") } } } }
Potentially related to JENKINS-39203
- duplicates
-
JENKINS-58783 Update pipeline stage-view-plugin to use the new WarningAction API
- Open
- relates to
-
JENKINS-39203 All stages show up as UNSTABLE when only one stage should
- Resolved
-
JENKINS-58783 Update pipeline stage-view-plugin to use the new WarningAction API
- Open