This is a simple Node Js application with only one express route which will return a string "This is first basic node JS app with Jenkins" to the client
This purpose of this application is to use it with Jenkins
-
git clone https://github.com/aamirpinger/jenkins-basic-nodejs.git
-
cd jenkins-basic-nodejs
-
npm install
-
npm start