How to Set Up Automation Build Triggers
Build Periodic
Used to trigger the Jenkins jobs irrespective of code change.
The build is scheduled based on the crontab
It is not meant for CI/CD
How to set up build periodic trigger
Go to any project in Jenkins and click on "Configure."
Scro...
jenkins-learnings.hashnode.dev2 min read