You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Team,
I want to set up an automated build in my multibranch pipeline whenever a PR is created in bitbucket.
I have configured bitbucket webhook with the correct endpoint, and I can confirm I receive the webhook correctly:
Manage Jenkins -> system log
bitbucket webhook has status 200
This is a part of my pipeline where I put the BPPR code:
Any idea why the build job in my branch within multibranch pipeline does not get triggered when PR is created? my use case has bitbucket server, not bitbucket cloud.
The text was updated successfully, but these errors were encountered:
Comment: i do not have old Bitbucket jenkins plugin installed as I'm aware that having this plugin can cause some issues with BPPR plugin https://plugins.jenkins.io/bitbucket/
Hello Team,
I want to set up an automated build in my multibranch pipeline whenever a PR is created in bitbucket.
I have configured bitbucket webhook with the correct endpoint, and I can confirm I receive the webhook correctly:
Manage Jenkins -> system log
bitbucket webhook has status 200
This is a part of my pipeline where I put the BPPR code:
Any idea why the build job in my branch within multibranch pipeline does not get triggered when PR is created? my use case has bitbucket server, not bitbucket cloud.
The text was updated successfully, but these errors were encountered: