You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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