Re: Github webhook pushes causing all branches to build

2014-08-21 Thread Nicholas Paufler
On Wednesday, August 20, 2014 4:22:52 PM UTC-6, Mark Waite wrote: > > You could use the add "Additional Behaviour" for "Advanced clone option" > to a define a reference repository. A reference repository will provide > the same data transfer reduction, without the complexity of defining two >

Re: Github webhook pushes causing all branches to build

2014-08-20 Thread Mark Waite
You could use the add "Additional Behaviour" for "Advanced clone option" to a define a reference repository. A reference repository will provide the same data transfer reduction, without the complexity of defining two repositories. Mark Waite On Wed, Aug 20, 2014 at 4:04 PM, Nicholas Paufler <

Re: Github webhook pushes causing all branches to build

2014-08-20 Thread Nicholas Paufler
I believe I have figured out what the problem is. Still trying to find a reasonable workaround. I had two git repositories defined - one of which was a local cache of the full git repo that got cloned when the slave starts up (referenced as a file:// repo) and then the actual github repo. It lo

Re: Github webhook pushes causing all branches to build

2014-08-20 Thread Mark Waite
On Wed, Aug 20, 2014 at 10:04 AM, Nicholas Paufler < nicholas.pauf...@goclio.com> wrote: > Yes, > > I see the same behavior with 2.2.4. I've done some more testing this > morning to confirm with both 2.2.4 and 2.2.5 and I see the same incorrect > behavior with both. > > Is my fundamental impressio

Re: Github webhook pushes causing all branches to build

2014-08-20 Thread Nicholas Paufler
Yes, I see the same behavior with 2.2.4. I've done some more testing this morning to confirm with both 2.2.4 and 2.2.5 and I see the same incorrect behavior with both. Is my fundamental impression of how this is supposed to work correct, though? When a github webook push event comes in, the

Re: Github webhook pushes causing all branches to build

2014-08-19 Thread Mark Waite
Do you see the same behavior with git plugin 2.2.4? A change was made in git plugin 2.2.5 to fix JENKINS-22009. There is now a bug report which suggests that change has unintended side effects (see JENKINS-24322). I haven't yet had time to investigate if the fix for JENKINS-22009 introduced the

Github webhook pushes causing all branches to build

2014-08-19 Thread Nicholas Paufler
We're using Jenkins 1.575 with the GIT client (1.10.1), GIT (2.2.5), and GitHub (1.24) plugins (amongst others) but the issue seems to be related to those in some fashion. Specifically, we're using the Jenkins Build Per Branch script (http://entagen.github.io/jenkins-build-per-branch/) to creat