Re: How to extend $PATH used by Jenkins?

2015-11-25 Thread Daniel Beck
On 25.11.2015, at 09:32, Jochen Hayek wrote: > Have a look at the "Build Environment" section, particularly at "Properties > Content"! … which is provided by the EnvInject Plugin. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscr

Re: How to extend $PATH used by Jenkins?

2015-11-25 Thread Jochen Hayek
Have a look at the "Build Environment" section, particularly at "Properties Content"! You can make use of environment variables there, and you can assign values to environment variables, but only once per variable. But you can do things like this: PATH1=$HOME/bin:$PATH > PATH=$HOME/shell:$PATH

Re: How to extend $PATH used by Jenkins?

2015-11-11 Thread Baptiste Mathus
Well, add this to PATH in the associated shell step, or use the full path. Or tell us a bit more what you're trying to do. Cheers 2015-11-10 22:58 GMT+01:00 Daniel Anechitoaie : > Hi, > > I have some stuff installed in /opt/ > > How can I add this to $PATH so that it's visible in Jenkins? > > --

How to extend $PATH used by Jenkins?

2015-11-10 Thread Daniel Anechitoaie
Hi, I have some stuff installed in /opt/ How can I add this to $PATH so that it's visible in Jenkins? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkins