-
Bug
-
Resolution: Done
-
Blocker
-
None
-
EnvInject 1.66
Jenkins 1.477
Windows x64
Inject environment variables to the build process > Properties Content,
This used to work:
Path=$Path;$WORKSPACE
But now removes all \ from $Path and $WORKSPACE. Meaning Path looks like:
Path = C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;...
Code changed in jenkins
User: Gregory Boissinot
Path:
src/main/java/org/jenkinsci/plugins/envinject/service/PropertiesLoader.java
http://jenkins-ci.org/commit/envinject-plugin/92a497a905f1e70d0d664ac54e0fc9f7cb1a82da
Log:
Fix
JENKINS-14761andJENKINS-14768