[Bamboo Knowledge Base]
Bamboo uses the 'Source Code Checkout' task to check out repositories into the working directory on the agent.
Using this task it is also possible to:
新しいソース コード チェックアウト タスクを設定するには、次の手順に従います。
タスクを設定します。
タスクの説明 | Bamboo で表示されるタスクの説明を入力します。 |
このタスクを無効化 | オンまたはオフにすることで、選択的にこのタスクを実行します。 |
リポジトリ | Select the desired repository. If you wish to add different types of repositories, they must have been previously defined on the plan's Source Repositories tab. See Specifying the source repository for a list of supported SCMs. |
Checkout Directory (チェックアウト ディレクトリ) | タスクが実行されたときに、選択したリポジトリのコンテンツがチェックアウトされる場所です。 |
Force Clean Build (クリーン ビルドを強制) | 以前にチェックアウトしたディレクトリを削除し、次回のビルドの前に再度チェックアウトします。これにより、ビルド時間が大幅に長くなる可能性があります。 |
スクリーンショット: ソース コード チェックアウト タスクの設定
If you need to use a type of repository that is not supported, a number of third-party Source Repository plugin modules are available (e.g. ClearCase plugin). You can also write a Source Repository Module plugin to enable Bamboo to connect to your repository.