When you integrate Bamboo with Atlassian's Bitbucket Server Git repository management solution, commit, branch, build and deployment information is shared for users of both applications. On this page: When Bamboo (versions 5.6 and later) and Bitbucket Server are integrated, you and your team get all the following advantages: Bitbucket Server displays the overall status of the build results. The status is 'passed' if all the different builds (for example, unit tests, functional tests, deploy to staging) have succeeded, and 'failed' if at least one run failed for any of those. For example, when viewing the Commits tab for a Bitbucket Server project, you will see icons that indicate the status of the latest build results. The red 'fail' icon is displayed if there is at least one failed build run for the commit. Note that the legacy Bitbucket Server notification type is deprecated – it is still available in Bamboo 5.6 but will be removed in Bamboo 5.7. There are just a few simple configuration steps to get the integrations described above with Bamboo (versions 5.6 and later) and Bamboo will be automatically configured to respond to repository events published by Bitbucket Server, and to notify Bitbucket Server about build results – you don't have to configure repository polling for new commits anymore in Bamboo, or set up dedicated web hooks in your Bitbucket Server instance.
You only need to do this once for each pair of Bitbucket Server and Bamboo instances. See Linking to another application. Once linked, all the Bitbucket Server repositories are available to your plans in Bamboo. Create a build plan (if necessary) and specify the repository in the plan (or job) configuration. To connect to a Bitbucket Server repository, select Bitbucket Server / Stash and provide the Bitbucket Server details. You must enable the SSH access on Bitbucket Server, otherwise the integration features won't work and you will have to provide an alternative HTTP repository type to connect to the Bitbucket Server repository.
BAM-15464
-
Getting issue details...
STATUS
See Bitbucket Server for more information about using Bitbucket Server source repositories in Bamboo. Benefits of integration
Bitbucket Server tells Bamboo when to build
Bitbucket Server tells Bamboo when to update plan branches to match changes in repository branches
Bitbucket Server commits are displayed in the relevant Bamboo builds
Bamboo notifies Bitbucket Server automatically about build results
Configuration
Bitbucket Server.1. Create an Application Link
2. Choose the Bitbucket Server repository for the Bamboo plan
3. Build!