Srivardhan001 / cicd-pipeline-train-schedule-jenkins

Train Schedule sample app for Jenkins exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cicd-pipeline-train-schedule-jenkins

This is a simple train schedule app written using nodejs. It is intended to be used as a sample application for a series of hands-on learning activities.

Running the app

You need a Java JDK 7 or later to run the build. You can run the build like this:

./gradlew build

You can run the app with:

./gradlew npm_start

Once it is running, you can access it in a browser at http://localhost:3000 make changes in this file to trigger in jenkins

Auto triggering in jenkins #TEST

About

Train Schedule sample app for Jenkins exercises


Languages

Language:JavaScript 73.4%Language:CSS 13.9%Language:Pug 12.7%