Binding to Bitbucket Data Center

Binding your Bitbucket Data Center workspace to your SonarQube Server instance.

This section explains how to set up Bitbucket Data Center and SonarQube to allow users to import Bitbucket Data Center repositories. To perform this setup, you need the global Administer System permission in SonarQube.

For more information about the Bitbucket Data Center integration solution, see Bitbucket Data Center.

Prerequisites

You’ve set a SonarQube Server base URL in SonarQube Server: see Server base URL.

Step 1: Create a Personal Access Token

You must provide a Bitbucket Data Center Personal Access Tokenarrow-up-right that will be used by SonarQube to report the quality gate to the pull requests. This token will be stored in SonarQube and can be revoked at any time in Bitbucket Data Center.

To generate the token, we recommend using a dedicated Bitbucket Data Center account with Administrator permissions. In any case, the account must have the Read permission for the repositories that will be analyzed.

If you want to enter the token in SonarQube in encrypted format, you can encrypt this token.

See Sensitive settings for more information about settings encryption.

Step 2: Create a Bitbucket configuration record

This integration is performed through a "Bitbucker Configuration" record, which is used in SonarQube to access the Bitbucket Data Center instance.

circle-info

Starting in SonarQube Server's Enterprise editionarrow-up-right, you can integrate SonarQube with multiple Bitbucket Data Center instances, each instance being accessed with a different Bitbucket Configuration.

To set up a Bitbucket Configuration in SonarQube:

  1. Go to Administration > Configuration > General Settings > DevOps Platform Integrations.

  2. Select the Bitbucket and click Create configuration. The Create a configuration dialog opens.

  3. Select Bitbucket Server.

Select Bitbucket Server in the Create a configuration dialog.
  1. Specify the following settings:

    • Configuration Name (Enterprise and Data Center edition only): The name used to identify your Bitbucket configuration at the project level. Use something succinct and easily recognizable.

    • Bitbucket Server URL: Your Server or Data Center instance URL. For example, https://bitbucket-server.your-company.com.

    • Personal Access Token: The token you generated in Step 1.

  2. Select Save configuration.

Last updated

Was this helpful?