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:$PATH1


Have a look at the online help! (-> "?")

On Tuesday, 10 November 2015 22:58:22 UTC+1, Daniel Anechitoaie wrote:
>
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c4f622a6-f47d-4c01-b3c5-ce4b09a2e45a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to