-
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
-
[JENKINS-60426] All stages show up as UNSTABLE when one stage is unstable
Description |
Original:
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) !2019-12-10_17h49_44.png! {code:java} #!groovy pipeline { agent any stages { stage('successful') { steps { echo ('hello') } } stage('unstable') { steps { unstable(message: "Failed: ${STAGE_NAME} => return UNSTABLE status") } } } } {code} |
New:
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) !2019-12-10_17h49_44.png! {code:java} #!groovy pipeline { agent any stages { stage('successful') { steps { echo ('hello') } } stage('unstable') { steps { unstable(message: "Failed: ${STAGE_NAME} => return UNSTABLE status") } } } } {code} Potentially related to |
Link |
New:
This issue relates to |
Link | New: This issue relates to JENKINS-58783 [ JENKINS-58783 ] |
Link | New: This issue duplicates JENKINS-58783 [ JENKINS-58783 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |