cd part3
kubectl apply -f jenkins.yml; kubectl rollout status deployment/jenkins
kubectl get pods
kubectl exec JENKINSPOD cat /root/.jenkins/secrets/initialAdminPassword
open http://jenkins.MINIKUBEIP.xip.io
Choose "Jenkinsfile from SCM" and put https://github.com/kenzanlabs/kubernetes-ci-cd.git
for the target repository (or your fork). For Jenkinsfile path
put part3/Jenkinsfile
Ensure job finishes correctly and new version of hello-kenzan has been deployed i nthe dashboard
If you have pointed the targer repo in the job at your fork, try to make some changes to the application and run your job to see the changes deployed