Date : 30th Dec 2020
Author: Lionel Gurret
Description : Deploy Jenkins with a dummy CI/CD Pipeline
- Install Jenkins in Minikube
- Add jobs in Jenkins
- Add a dummy delivery Pipeline based on the Jenkinsfile :
TO COMPLETE
This script is designed for Minikube !
(https://kubernetes.io/fr/docs/tutorials/hello-minikube/ - Click on Launch Terminal)
git clone /~https://github.com/gurretl/labs.git
cd labs/Lab-13
./run.sh
- Go to Jenkins web interface a check and play with jobs and delivery pipeline created (wait 5 minutes to see the first build automatically run)