This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

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;

Configuring a system property by command-line parameter

To configure a system property by command-line parameter,

  • Add the parameter with a '-D' prefix and appropriate value, in your command line when starting Bamboo.
    For example, if you wanted to set the bamboo.agent.heartbeatInterval system property to 10 (seconds), you would add -Dbamboo.agent.heartbeatInterval=10 as a command-line parameter.

Configuring a system property in bamboo.cfg.xml

To configure a system property in bamboo.cfg.xml,

  • Add the parameter bamboo.agent.heartbeatInterval as a property in your <bamboo-home>/bamboo.cfg.xml file.
    For example, if you wanted to set the bamboo.agent.heartbeatInterval system property to 10 (seconds), you would add <property name="bamboo.agent.heartbeatInterval">10</property> to your bamboo.cfg.xml file.
  • No labels