I am sorry, I guess we have not explained the problem correctly. It is not the build time that is the problem, it is the polling time.
I have my job set to poll every night at 9pm (21h) yet the Subversion Polling Log (not the build time) shows that the polling did not occur until 9:09pm - nine minutes after the time set to poll). The question is why when the job is scheduled to poll at a specific time, does it not poll at that time but polls nine minutes later. On Fri, Jun 7, 2013 at 6:56 AM, callmewilko <[email protected]> wrote: > > Use > > 0,30 11 * * * > > as suggested by Xiaopan Bao, but keep it as a polling job. That will > check at those specific times, and queue a build if there have been > changes. I'm not sure how different that is to */30 (maybe 0,30='at 0 and > 30' versus */30='every 30 minutes starting at an arbitrary point') but that > is what I use, and it does for me what you are after. > > Wilko > > -- > 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.
