Build Triggers - Build periodically plugins

13 views
Skip to first unread message

Andrew Poage

unread,
Mar 7, 2019, 6:58:56 PM3/7/19
to Jenkins Users
Hi,

Anyone know of any plugins that can replace the cron job scheduler with simpler more robust scheduler. Essential looking to run jobs every 2nd and every 4th Saturday of the month. Since that tends to fluctuate a lot using the cron scheduler gets pretty dicey.

Simon Richter

unread,
Mar 8, 2019, 6:50:15 AM3/8/19
to jenkins...@googlegroups.com
Hi,
The 2nd Saturday of the month must be between the 8th and the 14th,
inclusive, so a range constraint on the day should express this nicely:

# every 2nd and 4th Saturday
H H 8-14 * 6
H H 22-28 * 6

Simon

signature.asc
Reply all
Reply to author
Forward
0 new messages