• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • nodejs-plugin
    • 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.

          [JENKINS-49673] Auto-installation use wrong PATH separator

          Nikolas Falco added a comment -

          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.

          Nikolas Falco added a comment - 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.

            nfalco Nikolas Falco
            jmusek Josef Musek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: