[Bamboo Knowledge Base]
このページでは、GitHub リポジトリを使用するように Bamboo を設定する方法を説明します。
Bamboo では、次のレベルでリポジトリを指定できます。
The recommended approach is to set up linked source repositories at the global level – see Linking to source code repositories.
関連ページ
詳細オプション
サブモジュールを使用する | リポジトリにサブモジュールが定義されている場合は、サブモジュールのサポートを選択して有効にします。エージェントのサブモジュールにネイティブの GitHub 機能が定義されていない場合、サポートは無効になります。 |
---|---|
コマンド タイムアウト | これは、ハングした Bitbucket プロセスを停止するのに役立ちます。低速なネットワークでは、Bamboo が GitHub リポジトリの最初のクローンを作成する時間を確保するため、既定のタイムアウトを長くすることを検討してください。 |
詳細なログ | hg コマンドの --verbose および --debug オプションをオンにして、出力をビルド ログに渡します。Bamboo で GitHub に関する問題が発生した場合は、このオプションを使用してください。 |
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. |
Stash - リポジトリの次の詳細を指定します。
See Integrating Bamboo with Stash for more information. | |
FishEye – リポジトリの URL およびその他の詳細を指定します。
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. |