Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
-
tasman
Description
In some cases when you have a parallel branch finish early, this won't show up as completed until the whole stage completes.
Looking at the following recording:
http://www.giphy.com/gifs/3oz8xtmarVuXWqfug0
The right branch finishes after 1s, but doesn't show up as completed until I click on it.
The pipeline to reproduce this:
node { stage("first") { sh 'ping -c 3 www.apple.com' } stage("second") { parallel ( "left" : { sh 'ping -c 10 www.apple.com' }, "right" : { sh 'ping -c 1 www.apple.com' } ) } stage("third") { sh 'ping -c 3 www.apple.com' } }
this sometimes does work. This also depends on the https://github.com/jenkinsci/blueocean-plugin/pull/557 being merged, which uses the new bismuth api.
There is likely some front end code that can be simplified.
Attachments
Issue Links
- is blocked by
-
JENKINS-38536 Execution time of parallel blocks of in-flight jobs wrong
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link | JENKINS-35750 [ 171713 ] |
Assignee | Thorsten Scherler [ tscherler ] |
Sprint | indian [ 126 ] |
Sprint | indian [ 126 ] | arctic [ 131 ] |
Sprint | arctic [ 131 ] | arctic 2 [ 136 ] |
Sprint | arctic 2 [ 136 ] | arctic [ 131 ] |
Sprint | arctic [ 131 ] | arctic 2 [ 136 ] |
Sprint | tasman [ 136 ] | tasman 2 [ 141 ] |
Assignee | Thorsten Scherler [ tscherler ] |
Sprint | tasman 2 [ 141 ] |
Sprint | arctic [ 131 ] |
Rank | Ranked higher |
Sprint | arctic [ 131 ] | indian [ 126 ] |
Assignee | Thorsten Scherler [ tscherler ] |
Rank | Ranked higher |
Rank | Ranked higher |
Sprint | indian [ 126 ] |
Sprint | arctic [ 131 ] |
Rank | Ranked higher |
Priority | Major [ 3 ] | Minor [ 4 ] |
Sprint | arctic [ 131 ] | tasman [ 136 ] |
Rank | Ranked lower |
Assignee | Thorsten Scherler [ tscherler ] |
Sprint | tasman [ 136 ] | frank [ 156 ] |
Rank | Ranked lower |
Sprint | frank [ 156 ] | frank 2 [ 161 ] |
Link |
This issue is blocked by |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Assignee | James Dumay [ jamesdumay ] |
Sprint | tethys [ 161 ] | tasman [ 136 ] |
Assignee | James Dumay [ jamesdumay ] | Sam Van Oort [ svanoort ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |