[JIRA] (JENKINS-29144) SimpleBuildStep to receive EnvVars

2017-03-24 Thread dbro...@intrepid.io (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David Brooks commented on  JENKINS-29144  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: SimpleBuildStep to receive EnvVars   
 

  
 
 
 
 

 
 Jesse Glick The header of our class is 

 

public class IntrepidBuilder extends Builder implements SimpleBuildStep 

 since we want our plugin to be compatible with both Freestyle and Pipelines. How might we update this to still allow the end user to use the "pipeline syntax generator" to call our build step?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-29144) SimpleBuildStep to receive EnvVars

2017-03-24 Thread dbro...@intrepid.io (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David Brooks commented on  JENKINS-29144  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: SimpleBuildStep to receive EnvVars   
 

  
 
 
 
 

 
 Has there been any progress on this issue? This is blocking our company from updating our jobs to from Freestyle to Pipelines. Could the solution be as easy as doing what the old 

 

AbstractBuild getEnvironment() 

 did which was holding onto an array that contained the RunListener's environments and NodeProperty's environments? And then in 

 

Run getEnvironment() 

 we could add the environments from the array we gathered via  

 

buildEnvironmentFor(this,env,listener); 

 ?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe