iam-veeramalla / Jenkins-Zero-To-Hero

Install Jenkins, configure Docker as slave, set up cicd, deploy applications to k8s using Argo CD in GitOps way.
https://www.youtube.com/@AbhishekVeeramalla
MIT License
6.72k stars 12.6k forks source link

Update JenkinsFile to include a new stage for checking changes, added… #223

Open Mayankthukral opened 7 months ago

Mayankthukral commented 7 months ago

Update JenkinsFile to include a new stage for checking changes, added a loop to check if last changes were made to manifests dir , then Execute this stage only if changes are detected outside the manifests directory, otherewise it wil create a loop and keep trigering pipeline