Jenkins with Node.js: JavaScript Tech Mentoring

Travis is cool. Coveralls is hip. But Jenkins has had this stuff for a while, and more.

Installing

Once you have clone the repository, just run:

npm install

Jenkins commands

  • Run unit tests on CI npm run ci-test
  • Run JavaScript lint on CI npm run ci-lint