Skip to content

Instantly share code, notes, and snippets.

@LenarBad
Created April 8, 2019 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LenarBad/adbfc1d79881e0fc6edd1e6647d9fc1e to your computer and use it in GitHub Desktop.
Save LenarBad/adbfc1d79881e0fc6edd1e6647d9fc1e to your computer and use it in GitHub Desktop.
Jenkins schedule format
┌───────────── minute (0 - 59)
│ ┌───────────── hour (0 - 23)
│ │ ┌───────────── day of month (1 - 31)
│ │ │ ┌───────────── month (1 - 12)
│ │ │ │ ┌───────────── day of week (0 - 6) (Sunday to Saturday;
│ │ │ │ │ 7 is also Sunday on some systems)
│ │ │ │ │
│ │ │ │ │
* * * * * schedule command to execute
@LenarBad
Copy link
Author

LenarBad commented Apr 8, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment