[JIRA] (JENKINS-41156) [Pipeline] Have shell and batch steps be renameable

2017-02-15 Thread phil.mcar...@cloudgine.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Phil McArdle commented on  JENKINS-41156  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: [Pipeline] Have shell and batch steps be renameable   
 

  
 
 
 
 

 
 Looks like I wanted JENKINS-38442  
 

  
 
 
 
 

 
 
 

 
 
 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-41156) [Pipeline] Have shell and batch steps be renameable

2017-02-15 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-41156  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: [Pipeline] Have shell and batch steps be renameable   
 

  
 
 
 
 

 
 Yes there is. I do not have time to look it up unfortunately.  
 

  
 
 
 
 

 
 
 

 
 
 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-41156) [Pipeline] Have shell and batch steps be renameable

2017-02-15 Thread phil.mcar...@cloudgine.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Phil McArdle edited a comment on  JENKINS-41156  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: [Pipeline] Have shell and batch steps be renameable   
 

  
 
 
 
 

 
 Is there a separate bug for Blue Ocean not being able to visualize this, then? {code:java} node() {stage('Run Everything') {parallel firstBranch: {stage('Get Current Working Directory') {sh(script: 'pwd')}}, secondBranch: {stage('Test') {println 'Second Branch Test'}}}} {code}!screenshot.2255.jpg |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-41156) [Pipeline] Have shell and batch steps be renameable

2017-02-15 Thread phil.mcar...@cloudgine.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Phil McArdle updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41156  
 
 
  [Pipeline] Have shell and batch steps be renameable   
 

  
 
 
 
 

 
Change By: 
 Phil McArdle  
 
 
Attachment: 
 screenshot.2255.jpg  
 

  
 
 
 
 

 
 
 

 
 
 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-41156) [Pipeline] Have shell and batch steps be renameable

2017-02-15 Thread phil.mcar...@cloudgine.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Phil McArdle commented on  JENKINS-41156  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: [Pipeline] Have shell and batch steps be renameable   
 

  
 
 
 
 

 
 Is there a separate bug for Blue Ocean not being able to visualize this, then? node() { stage('Run Everything') { parallel firstBranch: { stage('Get Current Working Directory')  { sh(script: 'pwd') }   }, secondBranch: { stage('Test')  { println 'Second Branch Test' }   } } } 
 

  
 
 
 
 

 
 
 

 
 
 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-41156) [Pipeline] Have shell and batch steps be renameable

2017-02-15 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-41156  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: [Pipeline] Have shell and batch steps be renameable   
 

  
 
 
 
 

 
 You can put stage wherever you want (except when using Declarative). What a particular visualization plugin in its current implementation will or will not render is another matter. Pipeline Steps will show it.  
 

  
 
 
 
 

 
 
 

 
 
 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-41156) [Pipeline] Have shell and batch steps be renameable

2017-02-13 Thread ryan.hutchi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ryan Hutchison commented on  JENKINS-41156  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: [Pipeline] Have shell and batch steps be renameable   
 

  
 
 
 
 

 
 Jesse Glick I don't believe it's supported within parallel steps?  
 

  
 
 
 
 

 
 
 

 
 
 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-41156) [Pipeline] Have shell and batch steps be renameable

2017-02-13 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 See JENKINS-37324. Do not use the CpsThread hack! Use stage to wrap your step in a labeled block.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-41156  
 
 
  [Pipeline] Have shell and batch steps be renameable   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-41156) [Pipeline] Have shell and batch steps be renameable

2017-02-01 Thread phil.mcar...@cloudgine.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Phil McArdle commented on  JENKINS-41156  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: [Pipeline] Have shell and batch steps be renameable   
 

  
 
 
 
 

 
 Excellent, thanks   
 

  
 
 
 
 

 
 
 

 
 
 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-41156) [Pipeline] Have shell and batch steps be renameable

2017-01-31 Thread ssutherl...@ea.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sean Sutherland commented on  JENKINS-41156  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: [Pipeline] Have shell and batch steps be renameable   
 

  
 
 
 
 

 
 CpsThread is a class in one of the pipeline plugins. You'll need to add an import for it in your script 

 

import org.jenkinsci.plugins.workflow.cps.CpsThread
 

  
 

  
 
 
 
 

 
 
 

 
 
 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-41156) [Pipeline] Have shell and batch steps be renameable

2017-01-31 Thread phil.mcar...@cloudgine.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Phil McArdle commented on  JENKINS-41156  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: [Pipeline] Have shell and batch steps be renameable   
 

  
 
 
 
 

 
 Sean Sutherland, I'm looking for this same functionality, and I was keen to try your workaround, but I don't know where to get CpsThread from?  
 

  
 
 
 
 

 
 
 

 
 
 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-41156) [Pipeline] Have shell and batch steps be renameable

2017-01-17 Thread ssutherl...@ea.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sean Sutherland updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41156  
 
 
  [Pipeline] Have shell and batch steps be renameable   
 

  
 
 
 
 

 
Change By: 
 Sean Sutherland  
 
 
Summary: 
 [Pipeline] Have shell and batch steps be  renamable  renameable  
 

  
 
 
 
 

 
 
 

 
 
 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.