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
job configuration page? Terry From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of bl0ck3r Sent: Tuesday, January 27, 2015 6:45 PM To: jenkinsci-users@googlegroups.com Subject: How to disable automatic scheduling of the Git Plugin The Git Plugin tells me

Re: One project per branch (or build history per branch) Was How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread Mark Waite
Original Message- > > From: jenkinsci-users@googlegroups.com > > [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Waite > > Sent: Tuesday, January 27, 2015 21:49 > > To: jenkinsci-users@googlegroups.com > > Subject: Re: How to disable automatic scheduling of the Git Plugi

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

One project per branch (or build history per branch) Was How to disable automatic scheduling of the Git Plugin

2015-01-28 Thread Jason Pyeron
ite > Sent: Tuesday, January 27, 2015 21:49 > To: jenkinsci-users@googlegroups.com > Subject: Re: How to disable automatic scheduling of the Git Plugin > > I don't think you can disable all scheduling of jobs > performed by the git plugin. It assumes the tip of each > &

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

How to disable automatic scheduling of the Git Plugin

2015-01-27 Thread bl0ck3r
The Git Plugin tells me that it is "Scheduling another build to catch up with project-integration" I do not use polling, I do not use any triggers, I have a plain job triggered by hand. How do I turn off any and all of the automatic scheduling performed by the Git Plugin? Thanks, Martin -- Yo