Hi,

On 07.03.19 22:39, Andrew Poage wrote:

> 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.

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/516fd546-5505-bb75-6e9e-d1c1eb6546ca%40hogyros.de.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to