in Jenkins by (14.6k points)
How Jenkins knows when to execute a Scheduled job/pipeline and how it is triggered?

1 Answer

0 votes
by (14.6k points)

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
0 votes
asked Apr 28, 2021 in Jenkins by Robindeniel (20.8k points)
0 votes
0 votes
asked May 1, 2021 in Jenkins by rajeshsharma (23.9k points)
0 votes
asked Nov 16, 2022 in Jenkins by Robin (14.6k points)
0 votes
asked Dec 10, 2022 in Jenkins by SakshiSharma (32.2k points)
...