0 votes
in Jenkins by
What syntax does Jenkins use to schedule build job or SVN polling?

1 Answer

0 votes
by
The cron syntax.

Cron syntax is represented using five asterisks each separated by a space. The syntax is as follows – [minutes] [hours] [day of the month] [month] [day of the week]. Example, if you want to set up a cron for every Monday at 11.59 pm, it would be

59 11 * * 1

Related questions

0 votes
asked Nov 16, 2022 in Jenkins by Robin
0 votes
0 votes
asked Jan 17, 2020 in Jenkins by GeorgeBell
...