InterviewSolution
Saved Bookmarks
| 1. |
How Jenkins knows when to execute a Scheduled job/pipeline and how it is triggered? |
|
Answer» 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. |
|