RE: Question about Jenkins polling

2013-06-19 Thread Mandeville, Rob
eep piling up the queued builds. --Rob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Phillip Campbell Sent: Wednesday, June 19, 2013 11:44 AM To: jenkinsci-users@googlegroups.com Subject: Re: Question about Jenkins polling Hi, Yes, you can set the

Re: Question about Jenkins polling

2013-06-19 Thread k . thieling
M Subject: RE: Question about Jenkins polling Hi Thanks for both replies.   > Are you wanting it to do this or not do this? I do want it to do what you describe, so that's fine. > It will run with the latest scm data at the time the job starts, not running > with the state of

RE: Question about Jenkins polling

2013-06-19 Thread David Aldrich
Hi Thanks for both replies. > Are you wanting it to do this or not do this? I do want it to do what you describe, so that's fine. > It will run with the latest scm data at the time the job starts, not running > with the state of the scm at the time that it was queued. That is the crucial po

Re: Question about Jenkins polling

2013-06-19 Thread k . thieling
until the first finishes. Are you wanting it to do this or not do this? - Original Message - From: "David Aldrich" To: jenkinsci-users@googlegroups.com Sent: Wednesday, June 19, 2013 10:33:58 AM Subject: Question about Jenkins polling Hi   I think I unde

Re: Question about Jenkins polling

2013-06-19 Thread Phillip Campbell
Hi, Yes, you can set the job to be triggered by SCM change using the same cron style configuration for the polling interval. I have jobs that poll only at a particular hour as you described. If there are any changes, the job starts and if there are no changes, the job does not run. The polling

Question about Jenkins polling

2013-06-19 Thread David Aldrich
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, t