All Versions
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
The default settings on a number of Bamboo functions can be configured by setting the appropriate system properties. This page provides general instructions on how to set a system property in Bamboo.
You can use either of the two methods described below to configure a system property in Bamboo;
To configure a system property by command-line parameter,
bamboo.agent.heartbeatInterval
system property to 10 (seconds), you would add -Dbamboo.agent.heartbeatInterval=10
as a command-line parameter.To configure a system property in bamboo.cfg.xml,
bamboo.agent.heartbeatInterval
as a property in your <bamboo-home>/bamboo.cfg.xml file.bamboo.agent.heartbeatInterval
system property to 10 (seconds), you would add <property name="bamboo.agent.heartbeatInterval">10</property>
to your bamboo.cfg.xml file.