Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
Using the following pipeline definition
stage('Build') { node { sh "echo Building things" } } stage('Post Build') { parallel "integration tests": { node { sh 'echo integrations tests' } }, "consumer tests": { echo "consumer tests" parallel "consumer-subtest-1": { node { sh 'echo consumer-subtest-1' } }, "consumer-subtest-2": { node { input 'Abort?' sh 'echo consumer-subtest-2' } }, "consumer-subtest-3": { node { sh 'echo consumer-subtest-3' } }, failFast: false }, failFast: false }
Proceeding seems to work fine
But aborting doesn't display correctly the status of "consumer-subtest-1", "consumer-subtest-2" and "consumer-subtest-3"
consumer-subtest-1 should be green and is red
consumer-subtest-2 should be red and is green
consumer-subtest-3 should be green and is red
Attachments
Issue Links
- duplicates
-
JENKINS-39203 All stages show up as UNSTABLE when only one stage should
-
- Resolved
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Remote Link | This issue links to "CloudBees Internal UX-683 (Web Link)" [ 19518 ] |
Link |
This issue duplicates |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |