Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 602 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 602 Bytes

image

To run this in local env

  1. git clone https://github.com/bandhan-majumder/Jenkins-CI-CD-Project
  2. cd demo-app
  3. mvn clean package
  4. mvn sprinb-boot:run
  5. View the site on localhost:8080

If the application build fails, make sure that -

  1. you have maven installed
  2. Java installed (version 17)
  3. The port 8080 is not captured by any other service

For the entire pipeline setup

Read this hashnode blog : Link