-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 2.46.3, NodeJS 1.2.4, Windows 7 x64 slave
When using auto-installation from zip file the PATH is wrongly updated using colon ':' instead semicolon ';' (i.e. '...
tools\jenkins.plugins.nodejs.tools.NodeJSInstallation\LTS\node-v8.9.4-win-x64:C:\Program Files\...'
This cause node and npm executable not found by build task.
- duplicates
-
JENKINS-14807 AbstractBuild.getEnvironment does not set EnvVars.platform and breaks EnvVars.override
-
- Resolved
-
This is not a bug of nodejs, the plugin use the API to concatenate the PATHs. The issue happens if you have a Master on linux and a slave on windows. Because the concatenate is calculate on master node. This bug was fixed in jenkins core. Update your Jenkins >= 2.60.3.