Mastering Jenkins: Poll SCM, Build Periodically, and Cron Concepts Explained.
What is Cron?
Cron is a time-based job scheduler that runs tasks automatically at specific times — like an alarm clock for scripts.
A cron schedule uses this format:
*— Minute
*__Hours
*—— Day of the Month (Date) 14th-Nov-2025.
*—Month
* —Week of the...
vandanadevops.hashnode.dev2 min read