Having you considered using a Subversion post-commit hook to trigger your jobs?
https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin While this still requires the jobs to be configured with SCM polling, the frequency can be greatly reduced. -- Dean On 7/5/13 6:07 AM, "Steffen Breitbach" <[email protected]> wrote: >On Fri, 2013-07-05 at 12:11 +0000, Mandeville, Rob wrote: >> I'm not sure, but I'm guessing that >> >> H/15 * * * * >> >> Would poll every fifteen minutes. > >Yes, but as far as I know only from 1.510 onward. We're running 1.509.1 >LTS. > >For now, the syntax is H(x-y), so to "simulate" H/10 I used >H(0-9),H(10-19),H(20-29),H(30-39),H(40-49),H(50-59) > >-- >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/groups/opt_out. > > -- 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/groups/opt_out.
