It's a hacky syntax... H * * * * can only sensibly mean once per hour as if you want every minute you just type * * * * *
The /n formats are a different set of logic On 11 March 2014 11:52, <[email protected]> wrote: > Understood. But why is H/2 working, while H/1 is not? > > Am Dienstag, 11. März 2014 12:29:27 UTC+1 schrieb Stephen Connolly: >> >> AFAIK `H * * * *` means poll once per hour at a random minute in the hour >> >> >> On 11 March 2014 11:25, <[email protected]> wrote: >> >>> I have enabled a Jenkins job to poll for subversion changes every minute >>> (H * * * * or H/1 * * * *). >>> When I check the last poll status, it says last poll was an hour ago! So >>> it does not poll every minute, aparently, using H * * * * or H/1 * * * *! >>> The Jenkins log file does not contain any particularly interesting SCM >>> news. >>> When I set the frequency to * * * * * or H/2 * * * * instead of H * * * >>> * then it polls correctly! >>> So what is wrong here whith the "H"? >>> (Jenkins LTS 1.532.2) >>> >>> -- >>> 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]. >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
