How do I schedule jobs in Jenkins?

I added a new job in Jenkins, which I want to schedule periodically.

From Configure job, I am checking the “Build Periodically” checkbox and in the Schedule text field added the expression:

15 13 * * *

But it does not run at the scheduled time.

Is it the correct procedure to schedule a job?

Enter image description here

The job should run at 4:20 AM, but it is not running.

10 Answers
10

Leave a Comment