There are no Installations for NodeJS in Jenkins There are no Installations for NodeJS in Jenkins jenkins jenkins

There are no Installations for NodeJS in Jenkins


Did you install and follow the instruction of the node.js plugin? It is quite straight forward:

  1. After installing the plugin, go to the global jenkins configurationpanel (JENKINS_HOME/configure or JENKINS_HOME/configureTools ifusing jenkins 2), and add new NodeJS installations For every Nodejsinstallation, you can choose to install some global npm packages.
  2. Now, go to a job configuration screen, you will have 2 new items :On the "Build environnment" section, you will be able to pick one ofthe NodeJS installations to provide its bin/ folder to the PATH.This way, during shell build scripts, you will have some npmexecutables available to the command line (like bower or grunt)