-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Windows Server 2003 master and slaves
I was trying to setup my Clearcase views for my nodes based on the ${NODE_NAME} variable, so that each slave would have a unique view name. ${NODE_NAME} is empty on the master, so I cannot use it to create view on the master and have to hard code the view path for each slave, making it so I can't move builds between nodes easily. I have specific requirements to set a custom workspace based on the NODE_NAME.
- is duplicated by
-
JENKINS-5520 %NODE_NAME% does not resolve in 'Execute Windows batch command' on master (It works on the slave)
-
- Resolved
-
-
JENKINS-14150 $NODE_NAME empty for master, exists in $NODE_LABELS
-
- Resolved
-
- is related to
-
JENKINS-19222 EnvInject undefines NODE_NAME environment variable on master
-
- Open
-
-
JENKINS-11056 env-vars.html and their translations should be updated
-
- Resolved
-
Looks like the way environment variables are gathered is now different with the new EnvironmentContributor. Though I am not sure why it would be missing, the same code as was used to set it from before has been moved to CoreEnvironmentContributor, so it should still be adding it.