I believe that it polls for every job individually. However, check the help text that comes with the polling schedule setting for the 'H' feature. For example, the schedule:
H * * * * Will poll hourly, but not necessarily on the hour. Some jobs with this schedule will poll at :00, others at :23, still others at :35. This would spread the SVN load out for you. I'm not sure, but I'm guessing that H/15 * * * * Would poll every fifteen minutes. --Rob -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Steffen Breitbach Sent: Friday, July 05, 2013 7:42 AM To: [email protected] Subject: How does the SVN polling work (internally)? Hi everyone! Can someone tell me how Jenkins determines SCM changes in SVN for projects? At the moment, we have 741 projects that use the "Poll SCM" trigger to determine wether there are SCM changes. Unfortunately, most of them use a minute expression like "*/15" or "*/60", so almost everything polls every full hour. On the other hand, most of the projects use the same SVN repository. How does Jenkins determine the SCM changes? Does it poll each and every job individually? We're experiencing some issues with the load on the authentication backend of our SVN and I'm looking for a solution. Thanks in advance! Steffen -- 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. The information in this message is for the intended recipient(s) only and may be the proprietary and/or confidential property of Litle & Co., LLC, and thus protected from disclosure. If you are not the intended recipient(s), or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any use, dissemination, distribution or copying of this communication is prohibited. If you have received this communication in error, please notify Litle & Co. immediately by replying to this message and then promptly deleting it and your reply permanently from your computer. -- 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.
