Re: Triggering multiple builds with the Git Plugin.

2013-10-17 Thread Adam Mercer
Sorry, I've no experience with the build flow plugin. Cheers Adam On Fri, Oct 11, 2013 at 5:26 AM, Neetish Jethra wrote: > Correction ... I cannot really use your workaround of a custom workspace > because the build flow plugin does NOT show up the option of setting a > workspace > > > On Frida

Re: Triggering multiple builds with the Git Plugin.

2013-10-10 Thread Neetish Jethra
Correction ... I cannot really use your workaround of a custom workspace because the build flow plugin does NOT show up the option of setting a workspace On Friday, October 11, 2013 3:23:24 PM UTC+11, Neetish Jethra wrote: > > Hi Adam, > > I have been facing the same problem for our build and yo

Re: Triggering multiple builds with the Git Plugin.

2013-10-10 Thread Neetish Jethra
Hi Adam, I have been facing the same problem for our build and your workaround works fine for normal builds and makes sure new builds are triggered via SCM polling when a build is still in progress. However, I cannot get this workaround to work when I am using a Build Flow project created usi

Re: Triggering multiple builds with the Git Plugin.

2013-02-06 Thread Adam Mercer
On Mon, Jan 28, 2013 at 9:00 PM, Adam Mercer wrote: > That sounds like a reasonable explanation. Is there a way I can have a > separate workspace for polling, so that this doesn't block? Just to close the loop on this, I set a custom workspace for this project and this allowed multiple jobs to b

Re: Triggering multiple builds with the Git Plugin.

2013-01-28 Thread Adam Mercer
On Mon, Jan 28, 2013 at 6:25 PM, cjo wrote: > Try adding a logger for hudson.slaves.WorkspaceList to the log page and see > if there is a log message > " acquired " > occurring just after the first build finishes, which would indicate that > this is the case. Sorry but I'm very new to Jenkins,

Re: Triggering multiple builds with the Git Plugin.

2013-01-28 Thread cjo
This might be a workspace locking issue as the polling log you post seems to indicate that the polling has started [1], but has not completed. even though the concurrent is allowed. Try adding a logger for hudson.slaves.WorkspaceList to the log page and see if there is a log message " acquired

Triggering multiple builds with the Git Plugin.

2013-01-28 Thread Adam Mercer
Hi One of my Jenkins projects is configured to poll git and trigger a new build if appropriate by using a post-receive hook and the Git Plugin. This specific project has two build slaves which can build the project but it seems that if a single build is already in progress, with one slave idle, a