Re: [workflow plugin] inject environment variables or using parameters to prepare the run

2015-10-23 Thread Martin d'Anjou
On Wednesday, February 25, 2015 at 6:22:57 PM UTC-5, Jesse Glick wrote: > > On Thursday, February 5, 2015 at 4:30:11 AM UTC-5, Christoph Vogtländer > wrote: >> >> I want to use the workflow plugin and together with the "Prepare an >> environment for the run" feature provided by the EnvInject

Re: [workflow plugin] inject environment variables or using parameters to prepare the run

2015-02-25 Thread Jesse Glick
On Thursday, February 5, 2015 at 4:30:11 AM UTC-5, Christoph Vogtländer wrote: I want to use the workflow plugin and together with the Prepare an environment for the run feature provided by the EnvInject plug in. EnvInject is probably useless for Workflow. Are there other possible

Re: [workflow plugin] inject environment variables or using parameters to prepare the run

2015-02-09 Thread Timur Batyrshin
Hi Christoph, I use the plain Jenkins parameters for that, (checkmark for This build is parameterized). The parameters passed then appear inside the Groovy script as variables but not environment values. If you need to set env value you can do the following inside your Groovy script:

[workflow plugin] inject environment variables or using parameters to prepare the run

2015-02-05 Thread Christoph Vogtländer
Hi, I want to use the workflow plugin and together with the Prepare an environment for the run feature provided by the EnvInject plug in. Unfortunately, when setting key/value pairs the variables are not available in the env workflow variable. Parameters (Dynamic Parameter Plug-in) will not