Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
-
1.0-beta-1, 1.0-b05/b-06
Description
When running a pipeline that has parallel branches:
- Selecting the non "top" branch doesn't show its steps
- If a branch finishes early it doesn't show up as finished (likely related to above).
A video of this in action:
http://www.giphy.com/gifs/3oz8xx6ntQKUdBXf7W
To reproduce, use the following in an simple non multibranch pipeline, run it from blue ocean and follow along:
node { stage "hey" sh "echo yeah" sleep 3 stage "par" parallel ( "left" : { sh "sleep 10s" sh "echo yeah" }, "right" : { sh "echo wozzle" } ) stage "ho" sh "echo done" }
Attachments
Issue Links
- is blocked by
-
JENKINS-38360 Not receiving enough events (SSE) for block scoped stages
-
- Closed
-
- is related to
-
JENKINS-37753 REGRESSION: Steps showing up as incomplete when they are in fact complete
-
- Closed
-
tscherler are you able to try this branch: https://github.com/jenkinsci/blueocean-plugin/tree/vivek-sse-missing-stage-event-fix with this fix - see if it helps?
EDIT: I tried with that branch, it didn't fix it, unfortunately (I didn't check the api results, just the UX, and there was no change).