Hi I think I understand the basics of Jenkins quite well but there is one area in which I am unsure how it will behave.
I have some long regression tests, which I trigger using cron type schedules. Typically, they run once per day at 8pm. However, if no code changes have occurred that day, this is rather wasteful. So I could, instead, start the tests in response to polling the code repository. My question is, does Jenkins stop polling the repository while a job is running? Suppose my test runs for x hours and, during that time, there are y commits. After x hours has elapsed, will the test be queued once or y times? Best regards David -- 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.
