Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Set up a Bitbucket tool to enable your engineers can perform Git operations like commits, merges, tracking pull requests, etc. As a result of the Git pushes, Opsera executes continuous integration deployments. To configure a Bitbucket tool, you must first obtain a Bitbucket API token.

In this section

  • Generate Bitbucket API Token

  • Configure Bitbucket Tool

Generate Bitbucket API Token

To generate a Bitbucket API token:

  1. Login to your Bitbucket account, and navigate to https://id.atlassian.com/manage-profile/security/api-tokens

  2. Click Create API Token.

  3. In the Create an API token popup, provide a label for the API token and click Create.

  4. The API Token will be generated. Copy the token to use it for the tool configuration.

Configure Bitbucket Tool

  1. Login to Opsera and navigate to Operations > Tool Registry.

  2. Click + New Tool, and click Select Tool under Bitbucket.

  3. In the Create New Tool popup, enter the required details and click Create.

  4. In the tool details, click the Connection tab and enter details the following:

  • URL: Enter the Bitbucket API URL https://api.bitbucket.org/

  • Username: Enter a unique username.

  • API Token: Enter the API Token generated in the Generate Bitbucket API Token step.

  • API Type: Choose either Bitbucket Cloud or Bitbucket Server as the type.

5. Click Test Connection to verify the credentials.

6. Click Save.
Your Bitbucket tool will be successfully configured.

  • No labels