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

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Apr 28, 2021 in Jenkins by Robindeniel
0 votes
asked Nov 16, 2022 in Jenkins by Robin
...