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
Creating a build configuration to monitor pull requests
There are two important things to configure :
1. Set the branches of the VCS Root
Set your default branch, and in the Branch specification field, enter : +:refs/heads/*
2. Add the Trigger
In the Build Triggers section, click on the Add new trigger button. If the plugin is correctly installed, you should see a Bitbucket Pull Request item in the drop down.
The user name used should have access to comment on pull requests in the repository, as the plugin will use those credentials to write if the build is successful or not.