Digging up an old post but does anyone know how I can enable the checkbox
via groovy?
I've got thousands of jobs that need this setting
Thanks
Dave
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop
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
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
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