[JIRA] (JENKINS-38442) Support nested stages in the Pipeline Graph

2016-10-03 Thread wilkinson.ka...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kaden Wilkinson commented on  JENKINS-38442  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support nested stages in the Pipeline Graph   
 

  
 
 
 
 

 
 Even the name of the script being called would help eg. 

 

sh 'script.sh'
 

 if the step was displayed as "script.sh" it would be much better than it is right now  
 

  
 
 
 
 

 
 
 

 
 
 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-38442) Support nested stages in the Pipeline Graph

2016-10-03 Thread wilkinson.ka...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kaden Wilkinson edited a comment on  JENKINS-38442  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support nested stages in the Pipeline Graph   
 

  
 
 
 
 

 
  I would like to have a syntax in the Jenkinfile to be able to say:{code: groovy java }sh([cmd: 'script.sh', name: 'Deploy script']) {code}or maybe something more generic that would work for all build steps?{code: groovy java }step('Deploy script') {sh 'script.sh'}{code}  
 

  
 
 
 
 

 
 
 

 
 
 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-38442) Support nested stages in the Pipeline Graph

2016-10-03 Thread wilkinson.ka...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kaden Wilkinson edited a comment on  JENKINS-38442  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support nested stages in the Pipeline Graph   
 

  
 
 
 
 

 
  I would like to have a syntax in the Jenkinfile to be able to say: ``` {code:groovy} sh([cmd: 'script.sh', name: 'Deploy script'])  ``` {code} or maybe something more generic that would work for all build steps? ``` {code:groovy} step('Deploy script') {sh 'script.sh'} ``` {code}  
 

  
 
 
 
 

 
 
 

 
 
 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-38442) Support nested stages in the Pipeline Graph

2016-10-03 Thread wilkinson.ka...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kaden Wilkinson commented on  JENKINS-38442  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support nested stages in the Pipeline Graph   
 

  
 
 
 
 

 
 I would like to have a syntax in the Jenkinfile to be able to say: ``` sh([cmd: 'script.sh', name: 'Deploy script'])  ``` or maybe something more generic that would work for all build steps? ``` step('Deploy script')  { sh 'script.sh' } ```  
 

  
 
 
 
 

 
 
 

 
 
 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-36933) Name or alias Shell Script Step (sh)

2016-10-03 Thread wilkinson.ka...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kaden Wilkinson commented on  JENKINS-36933  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Name or alias Shell Script Step (sh)   
 

  
 
 
 
 

 
 This still doesn't solve this problem: 
 

  
 
 
 
 

 
 
 

 
 
 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-36933) Name or alias Shell Script Step (sh)

2016-10-03 Thread wilkinson.ka...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kaden Wilkinson updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36933  
 
 
  Name or alias Shell Script Step (sh)   
 

  
 
 
 
 

 
Change By: 
 Kaden Wilkinson  
 
 
Attachment: 
 Screen Shot 2016-10-03 at 4.13.46 PM.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-38442) Support nested stages in the Pipeline Graph

2016-10-03 Thread wilkinson.ka...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kaden Wilkinson commented on  JENKINS-38442  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support nested stages in the Pipeline Graph   
 

  
 
 
 
 

 
 I think the reason many are wanting to even have nested stages is to help solve this problem:We would like to give these shell scripts a more descriptive name but are unable to.   
 

  
 
 
 
 

 
 
 

 
 
 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-38442) Support nested stages in the Pipeline Graph

2016-10-03 Thread wilkinson.ka...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kaden Wilkinson updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38442  
 
 
  Support nested stages in the Pipeline Graph   
 

  
 
 
 
 

 
Change By: 
 Kaden Wilkinson  
 
 
Attachment: 
 Screen Shot 2016-10-03 at 4.13.46 PM.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-37100) GitHub status check "context" should be constant

2016-08-03 Thread wilkinson.ka...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kaden Wilkinson commented on  JENKINS-37100  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GitHub status check "context" should be constant   
 

  
 
 
 
 

 
 Does anyone know if there is a workaround to fix this until a solution is found?  
 

  
 
 
 
 

 
 
 

 
 
 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.