[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread c...@ti.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ching-Hwa Yu commented on  JENKINS-40458  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
 Oh, I see... thanks for the quick response! I've followed JENKINS-39464 and hopefully that'll get tackled soonish   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40458  
 
 
  Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Attachment: 
  JENKINS-40458 #5 2016-12-15 10-04-01.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay edited a comment on  JENKINS-40458  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
 Thanks for reporting this problem. It is a duplicate of JENKINS-39464.The easiest way to avoid this misrendering is to wrap your parallels in a single stage like so:{code}stage('Build and Test') {  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}That will make your Pipeline look like:  !snap.png|thumbnail!   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay edited a comment on  JENKINS-40458  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
 Thanks for reporting this problem. It is a duplicate of JENKINS-39464.The easiest way to avoid this misrendering is to wrap your parallels in a single stage like so:{code}stage('Build and Test') {  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}That will make your Pipeline look like: !snap.png |thumbnail !   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40458  
 
 
  Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Attachment: 
 snap.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay edited a comment on  JENKINS-40458  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
 Thanks for reporting this problem. It is a duplicate of JENKINS-39464.The easiest way to avoid this misrendering is to wrap your parallels in a single stage like so:{code}stage('Build and Test') {  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}That will make your Pipeline look like:  ! JENKINS-40458 #5 2016-12-15 10-04-01.png|thumbnail!   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40458  
 
 
  Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Attachment: 
  JENKINS-40458 #5 2016-12-15 10-04-01.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay edited a comment on  JENKINS-40458  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
 Thanks for reporting this problem. It is a duplicate of JENKINS-39464.The easiest way to avoid this misrendering is to wrap your parallels in a single stage like so:{code}stage('Build and Test') {  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}That will make your Pipeline look like:  ! JENKINS-40458 #5 2016-12-15 10-04-01.png|thumbnail!   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay edited a comment on  JENKINS-40458  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
 Thanks for reporting this problem. It is a duplicate of JENKINS-39464.The easiest way to avoid this misrendering is to wrap your parallels in a single stage like so:{code}stage('Build and Test') {  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} That will make your Pipeline look like:  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Thanks for reporting this problem. It is a duplicate of JENKINS-39464. The easiest way to avoid this misrendering is to wrap your parallels in a single stage like so: 

 

stage('Build and Test') {
  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"'
  }
  }
  }
}
 

  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-40458  
 
 
  Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 

[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40458  
 
 
  Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 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 .  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are 

[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread c...@ti.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ching-Hwa Yu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40458  
 
 
  Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
Change By: 
 Ching-Hwa Yu  
 

  
 
 
 
 

 
 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   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google 

[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread c...@ti.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ching-Hwa Yu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40458  
 
 
  Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
Change By: 
 Ching-Hwa Yu  
 

  
 
 
 
 

 
 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  emailext  step from the pipeline.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are 

[JIRA] (JENKINS-40458) Parallel pipeline not rendering properly

2016-12-14 Thread c...@ti.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ching-Hwa Yu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40458  
 
 
  Parallel pipeline not rendering properly   
 

  
 
 
 
 

 
Change By: 
 Ching-Hwa Yu  
 
 
Summary: 
 Parallel pipeline not rendering  properly  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.