This page describes how to configure Bamboo to use a Bitbucket Mercurial source repository for either a plan or a job. Before you start:
| Related pages: |
Configuring a Bitbucket Mercurial source repository
To add a new Bitbucket repository, navigate to the source repository settings for a plan or job, as described on Specifying the source repository.
- Either click Add Repository to add a new repository, or edit an existing repository configuration.
- Choose Bitbucket from the Source Repository list.
- Enter a Display Name to help identify the repository in Bamboo.
- Add your Bitbucket Username and Password.
- You can configure the following settings for a BitBucket source repository for your plan:
Repository | Retrieves all repositories you have explicit permissions to access from Bitbucket when you click Load Repositories. |
Branch | Pick a branch if you want to check out code from a branch other than the default branch. |
Advanced Options
Command timeout | This is useful to stop hung Bitbucket processes. On slower networks, you may consider increasing the default timeout to allow Bamboo time to make an initial clone of the Mercurial repository. | |
Verbose logs | Turns on --verbose and --debug options in hg commands and passes the output to build logs. Use this option if you encounter problems with Mercurial in Bamboo. | |
Enable Quiet Period | Specifies a delay after a single commit is detected before the build is started. This allows multiple commits to be aggregated into a single build. | |
Include/Exclude Files | Allows you to specify the files that Bamboo should, or should not, use to detect changes. Enter into File Pattern a regular expression to match the files that Bamboo includes or excludes. The regex pattern must match the file path in the repository. See sub page for examples. | |
Exclude Changesets | Enter a regular expression to match the commit messages for changesets that should not start a build. | |
Web Repository | If your repository can be viewed in a web browser, select the repository type. This allows links to relevant files to be displayed in the 'Code Changes' section of a build result. | |
Mercurial Web Repository – select one of the following viewer schemes:
| ||
Stash – specify the following details for the repository:
See Integrating Bamboo with Stash for more information. | ||
FishEye – specify the following details for the repository:
See Integrating Bamboo with FishEye for more information.
|
Attachments:



