Releases: jenkinsci/nodejs-plugin
Releases · jenkinsci/nodejs-plugin
nodejs-1.1.3
Bugfixes
- JENKINS-42775 NodeJS Plugin - Unresolvable nodeJS installer for version in Windows i386 (nfalco79)
nodejs-1.1.2
Bugfixes
- JENKINS-42232 Node executable is not begin initialised on slave node (nfalco79)
nodejs-1.1.1
Bugfixes
- JENKINS-41947 PATH value is being overwritten in declarative pipeline syntax (nfalco79)
- JENKINS-29266 Install global package don't use default proxy (nfalco79)
nodejs-1.1.0
Improvements
- JENKINS-40624 nodejs installer not compatible with declarative pipeline definition (nfalco79 to imod)
Bugfixes
- Add some test cases
- JENKINS-41876 Not respecting configuration in regards of global modules (nfalco79)
nodejs-1.0.1
Bugfixes
- JENKINS-41535 NodeJS installation configuration is not persisted to file (nfalco79)
nodejs-1.0
Improvements
- JENKINS-35182 Support credential plugin to handle publish (nfalco79)
- JENKINS-40364 Support npm configuration file (nfalco79)
- JENKINS-26828 Add support for installing the NodeJS windows msi (nfalco79 to icoulter)
Bugfixes
- JENKINS-21953 NodeJs plugin doesn't work on windows based Jenkins machine (nfalco79)
- JENKINS-22102 NodeJS plugin does not remember the saved "NodeJS Installation" (nfalco79 to unilama)
nodejs-0.2.2
Bugfixes
- JENKINS-27170 "Provide Node & npm bin/ folder to PATH" not working for "npm install" (ndeloof)
- JENKINS-30380 Downloads of NodeJS binaries are now in https (aheritier)
nodejs-0.2.1
Bugfixes
- JENKINS-21726 Fix path separator issue when master & slave OS are not the same (kudos to ljohnston)
- Adding node executable at the beginning (instead of end) of the PATH (kudos to trecloux)
nodejs-0.2
Improvements
- Provided NodeJS Auto-installers based on available NodeJS versions on nodejs.org
- Auto-installer will automatically install NodeJS for target node's OS/CPU type (only linux x86/64 supported ATM)
- You will be able to define global npm packages installed during the NodeJS installation.
- Updated "Execute NodeJS script" build step, to allow selection of a NodeJS installation
- Added a new "Build environnment" checkbox allowing to provide a specific NodeJS installation to the PATH
- This way, you will be able to execute npm packages, such as grunt or bower, in your shell scripts
nodejs-0.1
Improvements
- Provided new build step : "Execute NodeJS script"