I\'m new to this area and was trying to run the following commands from jenkins:
npm install
grunt quickStart
So far I\'ve a jenkins runnin
The way I made it, was trough execute shell, as the build tool for nodejs is npm, I simply wrote a shell script that instructs jenkins to run npm install in the workspace directory inside jenkins where it clones the git repository and then to zip and move the package if successful to another folder.