-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.18, Windows 7 x64
I have defined a couple of custom tools for various jobs so I can use defined environment variables in various job scripts. The tools are all pre-installed on the build machine so I'm not using the "Install automatically" feature. I have named the tools, added the "Exported paths", "Installation directory" and also added various "Exported variables" of the format:
TOOL_VAR_NAME=fred
TOOL_VAR_VERSION=bob
When I run the job which enables the named tool I do not see any of the variables in the build environment, displayed via a Windows DOS "SET" command, for any of the "Exported variables" I have defined. I also don't see the "Exported paths" being added to the system PATH which I thought it was supposed to be. I do the "Setting <TOOLNAME>_HOME=<blarh>" in the job log and the <TOOLNAME>_HOME variable in the environment however.
Am I missing something here?