[JIRA] (JENKINS-36098) General purpose fire-and-forget command "wrapper" for Pipeline

2016-08-29 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36098  
 
 
  General purpose fire-and-forget command "wrapper" for Pipeline   
 

  
 
 
 
 

 
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 more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36098) General purpose fire-and-forget command "wrapper" for Pipeline

2016-06-20 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36098  
 
 
  General purpose fire-and-forget command "wrapper" for Pipeline   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Andrew Bayer  
 
 
Components: 
 workflow-plugin  
 
 
Created: 
 2016/Jun/20 11:10 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Andrew Bayer  
 

  
 
 
 
 

 
 Note - may move this out of the workflow-plugin component if/when I end up writing this as a separate plugin. It'd be really nice to have the ability to fire a sh/bat command in the "background" and have it keep running until the build is done with it. Yeah, this can be done by hand now, but not very elegantly. So I'd like to add a wrapper specifically for Pipeline that would work like this - launching a given shell or batch command, running the body passed to the step in Pipeline, and then killing off the shell/batch command upon completion of the body.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment