Bamboo's concurrent builds feature allows you to build a plan concurrently on several agents. You might find this useful if a plan is likely to be triggered again before the current build completes.

Bamboo 管理コンソールを使用して、Bamboo サーバーが同時に実行できる計画の最大ビルド数の既定値を設定できます。この値は既定です。計画の設定の [その他] タブで上書きできます。

 

Bamboo で許可されている計画の同時ビルド数を設定するには、次の手順を実行します。

  1. Click the  icon and select Bamboo admin.
  2. 左側のパネル ([計画] の下) の [同時ビルド] をクリックし、[有効にする] をクリックします。
  3. 編集をクリックします。
  4. [Default number of concurrent builds allowed (既定の許可される同時ビルド数)] の値を編集します。
  5. 保存をクリックします。
  • ラベルなし

1 Comment

  1. david.s.mittman

    Each concurrent build requires its own build directory, much like that needed to support an agent. Should a concurrent build be triggered, an additional copy of the plan's repository will be checked out into the build directory. If you are concerned about disk space, consider limiting the number of concurrent builds.