Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Component/s: blueocean-plugin
-
Labels:None
-
Environment:b06
-
Similar Issues:
Description
Given the following pipeline
stage "Stage 1" stage ("Trigger jobs") { parallel( downstream1: { build 'downstream1' }, downstream2: { build 'downstream2' } ) }
and downstream1/downstream2 being just "sleep 300"
See the rendered flow in attachment: the "Building downstream1" and "Building downstream2" are not rendered within the parallel steps.
Attachments
Issue Links
- duplicates
-
JENKINS-38339 UI for downstream jobs launched with 'build' step
-
- In Review
-
Also note that these blocks don't appear in the final rendering once the build is done.