Re: Cron Style Syntax for Overnight Builds for Non-Consecutive Hour Ranges

2012-12-13 Thread Jeremy Rosenberg
Any other thoughts on this? I would like to do the same. On Thursday, November 8, 2012 5:30:31 PM UTC-5, Chris Wozny wrote: > > If I put two lines with two ranges, will that not kick off a build for > each line? And also, how will the staggered build with the 'H' syntax be > calculated if there

Re: Cron Style Syntax for Overnight Builds for Non-Consecutive Hour Ranges

2012-11-08 Thread Chris Wozny
If I put two lines with two ranges, will that not kick off a build for each line? And also, how will the staggered build with the 'H' syntax be calculated if there are two lines? On Thursday, November 8, 2012 2:47:15 PM UTC-5, Arnaud wrote: > > Hi, > > You may put two lines to get two ranges >

Re: Cron Style Syntax for Overnight Builds for Non-Consecutive Hour Ranges

2012-11-08 Thread Arnaud bourree
Hi, You may put two lines to get two ranges My 2 cents Arnaud. 2012/11/8 Chris Wozny : > All, > > I'm wondering if anyone has come up with a syntax to stagger builds/poll SCM > with the 'H' syntax between hours which aren't technically in the same day. > I'd like to stagger builds between 10 pm

Cron Style Syntax for Overnight Builds for Non-Consecutive Hour Ranges

2012-11-08 Thread Chris Wozny
All, I'm wondering if anyone has come up with a syntax to stagger builds/poll SCM with the 'H' syntax between hours which aren't technically in the same day. I'd like to stagger builds between 10 pm and 4 am of the next day and I tried: H H(22-23,0-3) * * * But it complains that there should