Bitbucket
About Bitbucket
Bitbucket from Atlassian is a cloud/self-hosted version control application. It provides effective ways to manage repositories, issue tracking, and technical projects. In the most basic terms, Bitbucket empowers you with total authority over the DevOps lifecycle.
GitHub and Bitbucket
GitHub and Bitbucket are hosting platforms that offer developers access to both public and private repositories. The functionality of Bitbucket and GitHub is very similar, and both allow you to perform basic operations, such as:
- Create and manage repositories 
- Utilizing Two-Factor Authentication (2FA) 
- Make pull requests 
- Perform code reviews 
- Enhances team collaboration and efficiency of the process. 
- Make use of inline editing and Markdown support 
- Keep track of issues, etc. 
Configuring Your Bitbucket Repository
Prerequisites for registering Bitbucket with ARM
- You must have a Bitbucket account. If you don’t already have a Bitbucket account, you can create one at https://start.atlassian.com/ Once you have a Bitbucket account, you can create a new repository or use an existing one. 
- You must have permission to register a repository. 
- Store your Bitbucket’s credentials in ARM. 
Store your Bitbucket credential in ARM
This is an initial step where you store your user's credential (usually a username, password, or token) in ARM. To authenticate Bitbucket, you’ll have to use App Password instead of the regular password to login to your Bitbucket account.
Steps to generate a Bitbucket App Password
- Log into to your Bitbucket account. 
- Locate your account’s - profile picturein the top right-corner of the Bitbucket webpage.
- Click the - Personal Settingslink to the left of the profile picture in the dropdown menu.
- Select the link on the left labeled - App Passwords. It is under the- Access Managementheading.
- Click on - Create App Passwordbutton.
- Give a - label nameand check all the necessary permissions that you’d want to provide. Typically, we will require- repository,- webhook, and- pull request permissions.
- Click - Createto generate the Bitbucket App Passwords and copy the access token’s value. You will not be able to view this password again once you close this window.
- Click - Save.
Store your Bitbucket credential in ARM
- Log in to your ARM account. 
- Hover your mouse over the - Adminmodule and click on the- Credentialstab.
- Next, click - Create Credential.
- On the next pop-up screen, give a - credential name.
- Choose the - Credential Typeas- Username with Password.
- Enter your Bitbucket - usernameand- App Password.
- Click - Save.
Registering a Bitbucket repository in ARM
If you wish to set up a Bitbucket repository, ensure that you have an account created and configured at Bitbucket. Next, follow these steps:
- Log in to your ARM account. 
- Hover your mouse over the - Adminmodule and click on- VC Repos.
- Click on the - Register Repositoryavailable on the right corner of the screen.
- On the - Register Repositorypage, select the- Version Control Systemas- GIT.
- Enter the - nameof the repository to display it locally.
- Paste the - Clone URLthat BitBucket provides you.
Follow the steps to copy the URL from the Bitbucket account: a. Select your registered Bitbucket repository. b. Click on
Cloneand selectHTTPS. c.Copy the URLto paste in the ARM. Note: Make sure to remove “git clone” before pasting the URL.
- Choose the correct user's - Credentialsfrom the list that you saved earlier.
- The - Default Branchselection will be in disabled mode by default. Click on the- refreshbutton to fetch and list down all the available branches on your remote repository.
- Select one of the default branches from the list. 
- Once the registration is successfully done, you can find the newly added repository on - VC Repo'shome page.
Last updated
Was this helpful?

