[JIRA] (JENKINS-38156) Need branch name and other details from parallel branches

2016-09-14 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-38156  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Need branch name and other details from parallel branches   
 

  
 
 
 
 

 
 As to the originally proposed syntax, no, this was deleted for good reason in JENKINS-25894.  
 

  
 
 
 
 

 
 
 

 
 
 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-38156) Need branch name and other details from parallel branches

2016-09-14 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 JENKINS-28119 would give you the log message. If you just want the branch name, you can do this already with catch blocks.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38156  
 
 
  Need branch name and other details from parallel branches   
 

  
 
 
 
 

 
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 

[JIRA] (JENKINS-38156) Need branch name and other details from parallel branches

2016-09-13 Thread budhi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ashudeep Budhiraja updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38156  
 
 
  Need branch name and other details from parallel branches   
 

  
 
 
 
 

 
Change By: 
 Ashudeep Budhiraja  
 
 
Priority: 
 Minor Major  
 

  
 
 
 
 

 
 
 

 
 
 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-38156) Need branch name and other details from parallel branches

2016-09-13 Thread budhi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ashudeep Budhiraja created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38156  
 
 
  Need branch name and other details from parallel branches   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Jesse Glick  
 
 
Components: 
 parallel-test-executor-plugin, pipeline, pipeline-build-step-plugin  
 
 
Created: 
 2016/Sep/13 6:06 AM  
 
 
Labels: 
 jenkins pipeline exception 2.0 user-experience api build robustness  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Ashudeep Budhiraja  
 

  
 
 
 
 

 
 Is there a way to get which parallel branch is failing and get more details on the steps being executed/logs of that failure. Other objective is to compile list of all failed branches. def list=[ "abc" , "def" , "xyz" , "pqr" ] def branches = [:] def listLength=list.size() for (i=0;i