Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 291 Bytes

Jenkins

This is a simple Jenkins project that shows a simple CI/CD pipeline.

1- Push code into Github

2- Jenkins pulls the code

3- A docker image will be created

4- The image will be pushed to local Registry

5- The Nginx (Custom Docker Image) will be deployed on kubernetes cluster.