Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Using the following pipeline definition, there is no stage rendering in BO. Only logs.
stage('Start') { node { echo "Start" } } stage('Middle'){ parallel(step1: { node { echo "step 1" } }, step2: { node { echo "step 2 start" parallel ( phase1: { echo "Phase 1" }, phase2: { echo "Phase 2" } ) echo "step 2 end" } }) } stage('End') { node { echo "End" } }
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link | JENKINS-35759 [ 171771 ] |
Assignee | Vivek Pandey [ vivek ] |
Attachment | screenshot-1.png [ 35069 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |