-
Notifications
You must be signed in to change notification settings - Fork 26
Configuring Bitbucket Pull Requests Plugin
Maxime Meriouma-Caron edited this page May 24, 2016
·
6 revisions
Our TeamCity server always have the latest build available as an artifact. You can find it here
Please refer to TeamCity's guide on how to install an external plugin
There are two important things to configure :
Set your default branch, and in the Branch specification field, enter : +:refs/heads/*
. Unfortunately, only git is supported at the moment
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.