jenkins : Jenkins client. You can installing jenkins npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install jenkins $ sudo npm install -g jenkins
If want to update the jenkins package execute the command as below,
$ sudo npm update jenkins
Update package globally,
$ npm install -g jenkins
$ sudo git clone https://github.com/rektide/jenkins.git
$ sudo npm install -g ./jenkins
jenkins@0.20.0 /usr/lib/node_modules/jenkins
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jenkins
Package Name | jenkins |
Version | 0.20.0 |
Description | Jenkins client |
Released Date | 2016-11-22T04:20:37.686Z |
Published by | silas |
How to Learn | https://www.npmjs.com/package/jenkins/tutorial |