0

In Jenkins configure, I setting Build periodically same as: Setting Build periodically I want to Jenkins will automatically activate every Thursday at 1am. But Jenkins does not trigger at that time.

Thank!

Long
  • 15
  • 1
  • 4
  • You teally only want either say of the week (last col), and leaveday of the month (3rd col) alone. One of [many explanations](https://stackoverflow.com/a/12472740/598141). – Ian W Jun 10 '21 at 06:47
  • Does this answer your question? [How do I schedule jobs in Jenkins?](https://stackoverflow.com/questions/12472645/how-do-i-schedule-jobs-in-jenkins) – Ian W Jun 10 '21 at 06:48

1 Answers1

1

You can use in below way:

H 1 * * 4

enter image description here

Altaf
  • 2,838
  • 1
  • 16
  • 8