Re: Bitbucket webhook triggering 2 builds at once

2016-11-15 Thread Tim Webster
Hi, OK thanks for the info - will keep all this in mind. You've been very helpful. Thanks again, Tim On Tue, Nov 15, 2016 at 6:42 PM, Michael Kobit wrote: > We use PR builds and notifications pretty heavily, so that is a very > useful feature for us. If you use the normal Multibranch featur

Re: Bitbucket webhook triggering 2 builds at once

2016-11-15 Thread Michael Kobit
We use PR builds and notifications pretty heavily, so that is a very useful feature for us. If you use the normal Multibranch features, you have to either write your own code (global library is what we did this before BBBS was available for Bitbucket Server) or use a plugin with a step. Another one

Re: Bitbucket webhook triggering 2 builds at once

2016-11-15 Thread Tim Webster
Hi, Bear with me here - I'm not too worried about PRs right now (although I may in the future), but doesn't the 'regular' multibranch pipeline plugin already give you automatic branch indexing/builds? What does BBBS give you that it doesn't (or is it just the PR stuff)? I would like to choose a

Re: Bitbucket webhook triggering 2 builds at once

2016-11-15 Thread Michael Kobit
Sorry, I replied without understanding the full message entirely. We still use that plugin with the Multibranch job type in some places but have been transitioning to using https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Branch+Source+Plugin . The Bitbucket plugin you previously mentioned do

Re: Bitbucket webhook triggering 2 builds at once

2016-11-14 Thread Tim Webster
Hi Michael, Thanks for your reply. I don't actually have that plugin installed (Bitbucket Branch Source Plugin). Should I? To be honest I'm not sure what plugins (on both sides) I should be using. What I had seemed to work OK for a while - until now. Thanks, Tim On Mon, Nov 14, 2016 at 11:1

Re: Bitbucket webhook triggering 2 builds at once

2016-11-14 Thread Michael Kobit
Sorry for mobile link: https://issues.jenkins-ci.org/plugins/servlet/mobile#issue/JENKINS-36283 That issue is for customizing what is built by the plugin. On Mon, Nov 14, 2016, 16:43 Tim Webster wrote: > Hi, > > For some reason, my Bitbucket webhooks are triggering 2 Jenkins builds at > once i

Bitbucket webhook triggering 2 builds at once

2016-11-14 Thread Tim Webster
Hi, For some reason, my Bitbucket webhooks are triggering 2 Jenkins builds at once in multibranch pipeline projects. One build will have a commit notification as the trigger, while the other one will have 'branch indexing' as the trigger (at least I think it's the trigger). Nothing has changed o