Re: How to manipulate PATH for jenkins outside of jenkins

2015-05-04 Thread Dieter Blomme
Also important. I use phing. Which means that sourcing a file won't help, since that is done in an Exectask, which is isolated from the other tasks. I can't source a file first and then run another task expecting the env variables to be manipulated. On Monday, 4 May 2015 09:59:39 UTC

How to manipulate PATH for jenkins outside of jenkins

2015-05-04 Thread Dieter Blomme
Hi, I need to run jobs where the PATH is set by the server itself (e.g. by .bashrc), so it can be manipulated by chef/puppet/... At this point, I can't figure out how to do this, since jenkins runs the shell scripts inside a job as non-interactive, non-login shells. Part of the jobs are runnin