0 votes
How Jenkins knows when to execute a Scheduled job/pipeline and how it is triggered?
in Jenkins by

1 Answer

0 votes

Jenkins master will have the cron entries set up for the jobs as per the scheduled Job’s configurations. As and when the time for a particular job comes, it commands agents (based on the configuration of the job) to execute the job with required configurations.

by
...