Skip to content

The objective of this project is to use GitHub and Jenkins to automate the web application development, testing, and deployment process. When updates are made to the code repository, the GitHub webhook integration will instantly start the Jenkins workflow. The pipeline will go through phases like application development, testing, and deployment.

Notifications You must be signed in to change notification settings

rits1309/node-todo-cicd

 
 

Repository files navigation

node-todo-cicd

Run these commands:

sudo apt install nodejs

sudo apt install npm

npm install

node app.js

or Run by docker compose

About

The objective of this project is to use GitHub and Jenkins to automate the web application development, testing, and deployment process. When updates are made to the code repository, the GitHub webhook integration will instantly start the Jenkins workflow. The pipeline will go through phases like application development, testing, and deployment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.6%
  • EJS 30.2%
  • Dockerfile 2.2%