jenkinsci / bitbucket-push-and-pull-request-plugin

Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.

Home Page:https://plugins.jenkins.io/bitbucket-push-and-pull-request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipeline build not triggered for PR create or update

gmarzot opened this issue · comments

using jenkins 2.356 or 2.346.1 and bpprp 2.8.1 . basic pipeline job with triggers set as follows:

image

this is using blank branch parameter for all branches but also tried * and ** - same result

I see the the event from the webhook come in and be processed but pipeline does not activate

image

I believe the trigger not set lines are from other jobs that dont have bpprp set .. the main pipeline build job does

currently trying to build a debugging version of plugin from source with increased level of log output but mvn package failing

any tips advice etc much appreciated

Im assuming from the pic you sent that this is not for a MultiBranchPipeline. If so, manually trigger a build of the pipeline and then try to have it trigger on Create or Update again.

that was in fact part of the issue .. this is a trigger only pipeline and was not set up for manual run . thank you for responding.