Skip to main content

Connecting to Bitbucket

Connecting to bitbucket.com

If you authorize Appcircle to access your repositories on BitBucket, you can select the repository that you want to connect in the next screen.

After you click on Bitbucket, the following screen will appear. This will let you choose between selecting a repository which you are already authorized Appcircle to do or ask your consent about authorizing more repositories.

When you successfully authorize your account, the following screen will appear to let you select one for connection:

After the connection is successful, you can view your newly created profile and start building!

Connecting to Bitbucket Self Hosted Repository

Overall process is similar with private repository connection through SSH, but Appcircle allows to directly connect through Bitbucket Self Hosted URL.

caution

Bitbucket's version must be 7.14 or higher.

First, select Bitbucket then Connect to a Bitbucket Server through the menu:

Fill the relevant information about your Bitbucket self-hosted module. If you are not sure what those are, contact your system administrator.

caution

Connection Notice

For Appcircle to connect to the Self Hosted Bitbucket Instance, your connection must be reachable over the internet.

Is your self-hosted Bitbucket instance under enterprise firewall? Learn which IP addresses and ports Appcircle uses to function under the whitelist documentation:

File IconAccessing Repositories in Internal Networks (Firewalls)

Token Creation

Bitbucket has Personal Access Token to authorize the user. Relevant guide:

HTTP access tokens | Bitbucket Data Center 8.19 | Atlassian Documentation
HTTP access tokens | Bitbucket Data Center 8.19 | Atlassian Documentation favicon https://confluence.atlassian.com/bitbucketserver/personal-access-tokens-939515499.html
info

Appcircle needs admin permission to function properly. The admin permission is needed to create relevant WebHooks automatically.

danger

Bitbucket doesn't allow scoped repository permissions like GitHub. Therefore the token you add can access all the repositories of the token's owner. When you're adding a token, it's better to create a new bot user or a project and give access to only the required repositories for build to succeed.

You may create access token to specific project or a repository which can help you to restrict the access level of the token.

Create HTTP access tokens for projects or repositories

HTTP access tokens can be created for teams to grant permissions at the project or repository level rather than for specific users.

To create an HTTP access token for a project or repository (requires project or repository admin permissions):

  • From either the Project or Repository settings, select HTTP access tokens.
  • Select Create token.
  • Set the token name, permissions, and expiry.

Check Token

You can follow the steps below to check if your token is valid.

  • Open the terminal and issue the following command
curl --user name:password http://YOUR_BITBUCKET_HOST/rest/api/1.0/repos

Above command should print out your projects. If you don't see an output, please check your token and Bitbucket address.

caution

Please also make sure that the output doesn't show any reference to localhost. If you see localhost, you need to configure Bitbucket and put the correct address of your Bitbucket instance.

Need help?

Get help from Appcircle's support team, or see how others are using Appcircle by joining our Slack Channel.

Slack
Slack favicon https://join.slack.com/t/appcircleio/signup