-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 1.475 on RHEL5 x86_64, Windows XP slave
I check 'Prepare an environment for the run' and provide the following script content:
echo %PATH%
I saw that PATH had additional Unix paths I provided at global configuration (my mistake). However, after removing PATH configuration from the global settings, all following builds still show these Unix paths appended. It looks like the plugin did not notice new global configuration and still injects old PATH settings.
Global configuration is only taken in account when the Jenkins instance is restarted?
Did you restart after changing your global configuration?