This is the Jenkins build history: 
Run these commands for run the application in local:
sudo apt install nodejs
sudo apt install npm
npm install
node app.js
Also setup the webhook with GitHub. When developer push the code into the github repo then automatically build job will start at the Jenkins side.
