Skip to content

Mahimachavalam009/sample-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sample-pipeline

Node.js CI/CD Pipeline

This project is a simple Node.js application that demonstrates a Continuous Integration and Continuous Deployment (CI/CD) pipeline using Jenkins.

Features

  • Simple Node.js web application
  • Unit tests using Mocha and Chai
  • CI/CD pipeline to automate building, testing, and deploying the application

Technologies Used

  • Node.js
  • Express
  • Mocha (for testing)
  • Chai (for assertions)
  • Jenkins (for CI/CD)

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/Mahimachavalam009/sample-pipeline
    cd my-node-app
  2. Install dependencies: Ensure you have Node.js installed. Then, run:
    npm install
  3. Run the application: Start the server with:
    node app.js
  4. Access the application at http://localhost:3000.
  5. To run the tests for the application, use the following command:
    npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published