-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Windows
I have a fairly simple pipeline:
parallel 'branch1': { node('node1') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } }, 'branch2': { node('node2') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } }
It doesn't seem to render the branches properly and the first stage uses the first branch's name.
Please see attachments. The blackouts are the branch names. I also removed the emailext step from the pipeline .
- duplicates
-
JENKINS-39464 Pipeline with parallel and no stages does not get visualised correctly
-
- In Progress
-
[JENKINS-40458] Parallel pipeline not rendering properly
Summary | Original: Parallel pipeline not rendering | New: Parallel pipeline not rendering properly |
Description |
Original:
I have a fairly simple pipeline: parallel 'branch1': { node('node1') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } }, 'branch2': { node('node2') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } } It doesn't seem to render the branches properly and the first stage uses the first branch's name. Please see attachments. The blackouts are the branch names. |
New:
I have a fairly simple pipeline: parallel 'branch1': { node('node1') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } }, 'branch2': { node('node2') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } } It doesn't seem to render the branches properly and the first stage uses the first branch's name. Please see attachments. The blackouts are the branch names. I also removed the extemail step from the pipeline |
Description |
Original:
I have a fairly simple pipeline: parallel 'branch1': { node('node1') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } }, 'branch2': { node('node2') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } } It doesn't seem to render the branches properly and the first stage uses the first branch's name. Please see attachments. The blackouts are the branch names. I also removed the extemail step from the pipeline |
New:
I have a fairly simple pipeline: parallel 'branch1': { node('node1') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } }, 'branch2': { node('node2') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } } It doesn't seem to render the branches properly and the first stage uses the first branch's name. Please see attachments. The blackouts are the branch names. I also removed the emailext step from the pipeline . |
Description |
Original:
I have a fairly simple pipeline: parallel 'branch1': { node('node1') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } }, 'branch2': { node('node2') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } } It doesn't seem to render the branches properly and the first stage uses the first branch's name. Please see attachments. The blackouts are the branch names. I also removed the emailext step from the pipeline . |
New:
I have a fairly simple pipeline: {code} parallel 'branch1': { node('node1') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } }, 'branch2': { node('node2') { stage('Setup') { checkout([details removed]) } stage('Unit and Integration Tests') { bat '"my command to execute tests"' } } } {code} It doesn't seem to render the branches properly and the first stage uses the first branch's name. Please see attachments. The blackouts are the branch names. I also removed the emailext step from the pipeline . |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Attachment | New: JENKINS-40458 #5 2016-12-15 10-04-01.png [ 35175 ] |
Attachment | New: snap.png [ 35176 ] |
Attachment |
Original:
|
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |