Re: How to disable automatic scheduling of the Git Plugin

2015-09-08 Thread Björn Pedersen
Hi, The problem are the default build strategies. They try to be clever. As I am using gerrit here I only use the gerrit-trigger stragety that ensure only the specified REF (The refspec field in the advanced settings) is built. YOu could probably factor the strategy into its own plugin or ju

Re: How to disable automatic scheduling of the Git Plugin

2015-09-08 Thread mike
We, too, would like the option to prevent the GIT plugin from triggering new builds on its own. We have a number of management jobs which we manually run; These jobs use the GIT SCM plugin to pull the latest version of our management script repository. As I understand it, if I push changes to m

Re: How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread bl0ck3r
Yes, Mark was also suggesting that that as a probable cause, however, I think the problem is different. I decided to open a feature request, where I show that the Branch Specifier is set by a build parameter variable: https://issues.jenkins-ci.org/browse/JENKINS-26664 Martin > You might try lea

Re: How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread bl0ck3r
I see that message ("Scheduling another build to catch up with project-integration") in the console. My use case is the same as yours: all my builds are on-demand. We definitely do not want any self-triggered builds. On Wednesday, January 28, 2015 at 1:40:43 PM UTC-5, Dunnigan, Terrence J wrot

RE: How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread Dunnigan, Terrence J
We have plenty of parameterized builds that we invoke on-demand, by clicking ‘Build with Parameters’. They use git and build a specific branch. They do not poll and we don’t use any external triggers. I’ve never seen a message like the one you describe. Where do you get this message? On the job

RE: How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread Jason Pyeron
> -Original Message- > From: Mark Waite > Sent: Tuesday, January 27, 2015 21:49 > > I don't think you can disable all scheduling of jobs > performed by the git plugin. It assumes the tip of each > "branch to build" should be built if not built previously. > > You might try leaving the

Re: How to disable automatic scheduling of the Git Plugin

2015-01-27 Thread Mark Waite
I don't think you can disable all scheduling of jobs performed by the git plugin. It assumes the tip of each "branch to build" should be built if not built previously. You might try leaving the "branches to build" field completely empty, or give it the name of a branch which is known to not exist