This page describes how to configure Bamboo to use a Bitbucket Cloud repository.
If you set up two-factor authentication (2FA) in Bitbucket Cloud, you must configure an app password for Bamboo.
Bamboo では、次のレベルでリポジトリを指定できます。
- グローバル - Bamboo のすべてのプランでリポジトリを利用できます。
- プラン - Bamboo プランのすべてのジョブでリポジトリを利用できます。
- ジョブ - Bamboo ジョブのすべてのタスクでリポジトリを利用できます。
The recommended approach is to set up linked source repositories at the global level – see Linking to source code repositories.
このページの内容
Note that you will not be able to create plans or jobs that use a Bitbucket repository without first specifying the shared local Mercurial or Git capability. Read more about configuring a Version Control capability.
Bitbucket ソース リポジトリを設定する
- Navigate to the repository configuration for a linked repository, plan or job. See Linking to source code repositories.
- [リポジトリの追加] をクリックして新しいリポジトリを追加するか、既存のリポジトリ設定を編集します。
- Choose Bitbucket Cloud from the Source Repository list.
- Enter a Name to help identify the repository in Bamboo.
- Specify the repository access level and corresponding authentication details for loading the list of repositories:
ステップ パブリック 非公開 5.1 Provide the name of the Bitbucket Cloud user who owns the repository in the Owner field. To load the list of repositories available in Bitbucket Cloud you can provide a username and a password or use shared credentials. 5.2 You can configure the following settings of a public or private source repository for your plan:
- Repository - retrieves all repositories you have explicit permissions to access from Bitbucket Cloud when you click Load Repositories
- Branch - pick a branch if you want to check out code from a branch other than the default branch
5.3 For private repositories, you can specify the authentication method that Bamboo will use to connect to the repository you selected. You can choose from: - Username and password - reuse the credentials provided in step 5.1
- SSH private key - provide an SSH key to authenticate; use shared credentials or upload an SSH key and type a passphrase
- Repository - retrieves all repositories you have explicit permissions to access from Bitbucket Cloud when you click Load Repositories
詳細オプション
| コマンド タイムアウト | これは、ハングした Bitbucket プロセスを停止するのに役立ちます。低速なネットワークでは、Bamboo が Mercurial リポジトリの最初のクローンを作成する時間を確保するため、既定のタイムアウトを長くすることを検討してください。 |
| 詳細なログ | Mercurial の場合: Hg または Git コマンドの |
| Enable Quiet Period (待機期間を有効にする) | 1 つのコミットが検出されてからビルドが開始されるまでの遅延を指定します。これによって、複数のコミットを 1 つのビルドに集約できます。 |
| Include/Exclude Files (ファイルを含める/除外する) | Bamboo が変更を検出するために使用する (または使用しない) ファイルを指定できます。 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 リポジトリ | Web ブラウザでリポジトリを表示できる場合は、リポジトリの種類を選択します。 This allows links to relevant files to be displayed in the 'Code Changes' section of a build result. Note: This option is not available for Git repositories. See BAM-13376 - Getting issue details... STATUS for more information. |
Mercurial Web リポジトリ - 次のいずれかのビューアー スキームを選択します。
| |
Stash - リポジトリの次の詳細を指定します。
See Integrating Bamboo with Bitbucket Server for more information.
| |
FishEye - リポジトリの次の詳細を指定します。
See Integrating Bamboo with FishEye for more information. リポジトリのパスを特定する方法 If you have previously run builds with changes from your repository, the easiest way of determining your repository path is to view the code changes and copy the path from the start of the path of one of the changed files, up to (but not including) the appropriate root directory. The root directories for repositories are the ones shown by FishEye when browsing a repository (e.g. |
Bamboo statuses in Bitbucket Cloud
You can view the status of Bamboo builds in Bitbucket Cloud.
The feature is set up automatically if you set up a plan in the following way:
- the repository type is Bitbucket Cloud or Bitbucket Server
- you provided Bitbucket credentials (username and password)
The automatic setup of Bamboo build statuses in Bitbucket works with private and public repositories as long as you provide valid Bitbucket credentials.
The build statuses in Bitbucket are displayed in the commit, branch, and pull request views.
For more information about Bamboo statuses in Bitbucket Cloud, see: