Re: Git Plugin Triggering Build Inaccurately

2015-03-04 Thread Kalyan K
Hello All, This one is a follow-up for builds getting triggered for the changes not specified in "Include regions". We also added "force polling using workspace" option, but no luck. We ran into Jenkins Git plugin merge issue, and wanted to know if this can be addressed, and here is our scenar

Re: Git Plugin Triggering Build Inaccurately

2013-11-27 Thread Mark Waite
You mentioned that you would try enabling "Force polling using workspace" with git plugin 2.0, but then said that you had downgraded to 1.5. Did the "Force polling using workspace" option not work? On Tue, Nov 26, 2013 at 10:05 AM, Erik Cokeley wrote: > I downgraded my git plugin to 1.5xx and

Re: Git Plugin Triggering Build Inaccurately

2013-11-26 Thread Erik Cokeley
I downgraded my git plugin to 1.5xx and Included Regions work Now I'm getting hanging SCM Polling threads though. Found this jira ticket (which is kinda old but still has chatter): https://issues.jenkins-ci.org/browse/JENKINS-5413 I'm trying to clean up the threads with the script in the d

Re: Git Plugin Triggering Build Inaccurately

2013-11-22 Thread Erik Cokeley
Thanks I'm going to try the Force polling using workspace option. On Friday, November 22, 2013 11:51:33 AM UTC-5, Nicolas De loof wrote: > > yes, I'm looking into possible changes in jenkins-core that would allow > such a remote-polling to be used to detect potential changes, then use > workspac

Re: Git Plugin Triggering Build Inaccurately

2013-11-22 Thread nicolas de loof
yes, I'm looking into possible changes in jenkins-core that would allow such a remote-polling to be used to detect potential changes, then use workspace to "confirm" changes actually have to get handled by a build. 2013/11/22 Mark Waite > Nicolas DeLoof just posted a hint that the issue may be

Re: Git Plugin Triggering Build Inaccurately

2013-11-22 Thread Mark Waite
Nicolas DeLoof just posted a hint that the issue may be related to the change in the default state of "fast remote polling". Fast remote polling allows the master Jenkins instance to check for changes on a git repository, without cloning that git repository. That technique makes commit detection

Re: Git Plugin Triggering Build Inaccurately

2013-11-22 Thread Erik Cokeley
Thanks I'm going to downgrade my git plugin. I think that is what I'm running into. On Thursday, November 21, 2013 6:12:33 PM UTC-5, Mark Waite wrote: > > You may be suffering from: > > https://issues.jenkins-ci.org/browse/JENKINS-20569

Re: Git Plugin Triggering Build Inaccurately

2013-11-21 Thread Mark Waite
You may be suffering from: https://issues.jenkins-ci.org/browse/JENKINS-20569 - excluded regions not honored by Git plugin 2.0 I believe there is also a bug report that include regions do not behave as expected. It is probably worth a search through Jira to see what it will tell you about includ

Git Plugin Triggering Build Inaccurately

2013-11-21 Thread Erik Cokeley
My git is calling Jenkins in it's post-receive hook exactly how it says to here: https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin#GitPlugin-Pushnotificationfromrepository It is kicking off builds and doing the Poll SCM (which I checked). My git is huge (I mean HUGE) and I need to leverage