ハング ビルド イベントの設定
ハング ビルド イベントは、次の 2 つの基準に従ってビルドが応答しなくなったと Bamboo が判断したときにスローされます。
- Expected Build Time — defined as Build Time Multiplier x Average Build Time.
- ビルド時間乗数はユーザー定義の設定です。
- 平均ビルド時間は、以前のビルド時間の平均値を使用して Bamboo によって計算されます (分単位)。
- ログ収束時間 — ビルドのログ エントリ間の時間です (分単位)。
ハング ビルド イベントをスローするには、Bamboo の想定ビルド時間とログ収束時間が両方超過している必要があります。
このイベントは、現在 Bamboo で通知を送信するのに使用されています。
また、完全にビルド監視を無効化し、ハング ビルド イベントが発生しないようにすることもできます。
On this page:
ハング ビルド イベントの設定
ハング ビルド イベントがスローされるタイミングを制御する基準を変更できます。
ジョブのビルダーを指定するときに、特定のジョブに対してもハング ビルド基準を設定できることにご注意ください。ジョブレベルの基準は、このページに記載されているグローバル基準よりも優先されます (このイベントの無効化を含む)。
ハング ビルド イベント設定を編集するには、次の手順に従います。
- In the upper-right corner of the screen, selectAdministration> Overview.
- Under Plans, select Build monitoring.
- Select Edit and update the values for Build time multiplier and Log quiet time as required.
- 保存 を選択します。
ハング ビルドのチェック間隔
既定では、Bamboo はハング ビルド イベントがスローされたかどうかを 60 秒ごとにチェックします。
You can change this check interval by configuring the system property, bamboo.buildHangingMonitor.checkInterval
. (This property is specified in seconds.)
Please read Starting Bamboo for instructions on how to configure the bamboo.buildHangingMonitor.checkInterval
system property.