-
Bug
-
Resolution: Unresolved
-
Major
-
Plugin Version: 4.2.0
Jenkins: 2.516.1
We use a jenkins pipeline (saved on Bitbucket server as Jenkinsfile) and want builds to get triggered by multiple things:
- Pushes
- PR got created
- PR got merged
We set up the "Bitbucket webhook trigger" with all boxes checked:
We saved the pipeline and checked on Bitbuckets side: The webhook got created just fine with some options checked, including Pushes, PR creations and merges.
When tested, we noticed that the builds only start on Pushes and PR creations, not merges (specifically the event PR:merged). The webhook however showed us a status code 200, which in detail looked exactly like the others that worked.
Is it possible that the plugin does not check this specific case/ignores the webhook when it's said event or did we configure something wrongly?
We think we did everything right as the other events triggered builds perfectly fine.