Bamboo 3.4 : Configuring Capabilities

A capability is a feature of an agent. A capability can be:
  • an executable (e.g. Maven)
  • a JDK
  • a custom capability (a key-value property which defines a particular characteristic of an agent, e.g. 'operating.system=WindowsXP' or 'fast.builds=true')
  • a Version Control System client application (e.g. Git, if Git is being used as the source repository)

Capabilities can be defined specifically for an agent, or they can be shared between either all local agents or all remote agents. Note that the value of an agent-specific capability overrides the value of a shared capability of the same name (if one exists).

Viewing an Agent's Capabilities

To find out what capabilities an agent already has, please see Viewing an Agent's Capabilities.

Defining a New Capability

To define a new capability, see:

Editing a Capability

To edit an existing capability, see Editing a Capability.

Renaming a Capability

To rename an existing capability, see Renaming a Capability.

Deleting a Capability

To delete a capability, see Deleting a Capability.

Viewing the Agents and Plans Related to a Capability

To view the agents and plans related to a capability, see Viewing a Capability's Agents and Jobs.

Notes

  • A requirement is specified in a Job or a Task. A requirement specifies a capability that an agent must have for it to build that Job or Task. A Job inherits all of the requirements specified in its Tasks.

    Together, capabilities and requirements control which agents can execute builds for particular Jobs. Each Job can only be built by agents whose capabilities meet the Job's requirements.See Configuring a Job's Requirements for more information.

Related Topics

Configuring Agents