You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with jenkins 1.617 and version 0.2 of pbs-plugin to run jobs on a cluster with Torque queueing system installed. My jobs are working with changing workspace (based on svn branches), and various parameters. So I would like to retrieve corresponding jenkins variables (available as environment variables in standard scripts) but this is not possible: no jenkins variables is available from the pbs script (for this reason, the default workspace directory for the pbs script is not the job workspace but the slave workspace).
Regards
O. Magotte
The text was updated successfully, but these errors were encountered:
We figured we would work around this by using some Jenkins plugins to write the variables into a properties file, and then just source this in the PBS script.
Hi,
I am working with jenkins 1.617 and version 0.2 of pbs-plugin to run jobs on a cluster with Torque queueing system installed. My jobs are working with changing workspace (based on svn branches), and various parameters. So I would like to retrieve corresponding jenkins variables (available as environment variables in standard scripts) but this is not possible: no jenkins variables is available from the pbs script (for this reason, the default workspace directory for the pbs script is not the job workspace but the slave workspace).
Regards
O. Magotte
The text was updated successfully, but these errors were encountered: