すべてのバージョン
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
The Hanging Build event is thrown when a Bamboo determines that a build has become unresponsive according to two criteria:
The 'Expected Build Time' and 'Log Quiet Time' must both be exceeded for Bamboo to throw the build hung event.
On this page:
This event can currently be used to trigger notifications. Read more about Adding or Removing Notifications for a Plan.
You can change the criteria governing when the Hanging Build event is thrown. You can also disable build monitoring altogether so that the Hanging Build event never occurs.
Please note that the Hanging Build criteria can be also be set for a specific plan, when specifying a plan's builder. Plan-level criteria will override the global criteria described on this page (including disabling the event).
To edit the Hanging Build event settings,
You can disable the Hanging Build event by disabling build monitoring for your Bamboo installation. See Disabling Build Monitoring.
Please note, you cannot disable the Hanging Build event without disabling all build monitoring features for your Bamboo installation.
By default, Bamboo will check whether a Hanging Build event has been thrown every 60 seconds. You can change this by configuring the system property, bamboo.buildHangingMonitor.checkInterval
. This property is specified in seconds.
Please read the Configuring System Properties page for instructions on how to configure the bamboo.buildHangingMonitor.checkInterval
system property.