インデックス![]()
ダウンロード (PDF、HTML および XML 形式)
[Bamboo Knowledge Base Home]
Documentation for Bamboo 4.1.x. Documentation for earlier versions of Bamboo is available too. 
![]()
This table lists Bamboo's available 'build strategies', which determine how the execution of a plan (i.e. a build) is triggered. You set a Build Strategy option on the Plan Details tab of the plan configuration.
Build strategy option | 説明 | Reason for choosing | |
|---|---|---|---|
| Code is updated | Polling the Repository for changes | Bamboo will 'poll' the source code repository for changes based on either of the following:
If Bamboo detects a change to any code in this repository, a build of this plan will be triggered. |
|
変更がコミットされるとリポジトリがビルドをトリガーする | Bamboo will wait to receive a message from the source code repository (specified above) about any code changes in this repository. When Bamboo receives such a message, Bamboo will trigger a build of this plan. See Repository triggers the build when changes are committed. |
| |
| スケジュール済み | Cron Based Scheduling | Bamboo will trigger a build of this plan based on a cron expression. |
|
毎日 1 回のビルド | Bamboo will trigger a build of this plan once per day at a specified time. See Single daily build. |
| |
| 手動 | 手動 | Bamboo only triggers a build of this plan when the user chooses this function manually or through a build dependency. |
|