Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 607 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 607 Bytes

Spring-boot-Devops-Pipeline

Build Restful webservices utilizing Spring boot and implements Continues Intergration (CI) and Continues Deplyement (CD) Pipeline using Jenkins and Docker.

Requirements

  1. Java 1.8
  2. Maven 3.8
  3. Jenkins
  4. Docker

Project setup

  1. Clone the project

    git clone https://github.com/himash79/Spring-boot-Devops-Pipeline.git
    
  2. Setup Docker Enviroment

    Install docker locally.
    
  3. Setup Jnekins Enviroment

    Install jenkins locally.
    
  4. Intergrate jenkins with Docker.

    Follow the instruction in ProjectConfig.txt file and expose the rest end-points.