Re: Concurrent builds with SCM polling

2013-05-13 Thread Dean Yu
Next time this is happening, capture a thread dump of the master and all the slaves by going to the URL: http:///threadDump We should be able to tell from the thread dump what the SCM polling thread is getting blocked on. -- Dean On 5/13/13 11:53 AM, "David Shaw" wrote: >On May 10, 2013, a

Re: Concurrent builds with SCM polling

2013-05-13 Thread David Shaw
On May 10, 2013, at 5:39 PM, Dean Yu wrote: > On Thursday, May 9, 2013 1:02:58 PM UTC-7, Mandeville, Rob wrote: > I believe that the behavior you are seeing is by design. The concurrent > builds checkbox allows you to run multiple instances of that job at all, but > the SCM poller will only la

Re: Concurrent builds with SCM polling

2013-05-11 Thread David Shaw
On May 9, 2013, at 4:02 PM, "Mandeville, Rob" wrote: > I believe that the behavior you are seeing is by design. The concurrent > builds checkbox allows you to run multiple instances of that job at all, but > the SCM poller will only launch one at a time. Basically, with the checkbox > you co

Re: Concurrent builds with SCM polling

2013-05-10 Thread Dean Yu
On Thursday, May 9, 2013 1:02:58 PM UTC-7, Mandeville, Rob wrote: > > I believe that the behavior you are seeing is by design. The concurrent > builds checkbox allows you to run multiple instances of that job at all, > but the SCM poller will only launch one at a time. Basically, with the > ch

RE: Concurrent builds with SCM polling

2013-05-09 Thread Mandeville, Rob
hes 13:50 Jenkins job B-2 finishes --Rob -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Shaw Sent: Thursday, May 09, 2013 3:18 PM To: jenkinsci-users@googlegroups.com Subject: Concurrent builds with SCM polling Hello

Concurrent builds with SCM polling

2013-05-09 Thread David Shaw
Hello, Here's what I'm trying to do: I have a project stored in Mercurial and I want to have Jenkins check every 30 minutes for changes (build trigger to poll the SCM every 30 minutes), and if it finds any changes, to build that project. That part works fine. However, the project takes a long