All Versions
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
A Bamboo agent is a service that provides capabilities to run Job builds. There are two types of Bamboo agents:
Local agents run in the server's process, i.e. in the same JVM as the server. Each remote agent runs in its own process, i.e. has its own JVM.)
A capability is a feature of an agent. A capability can be a:
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).
See Configuring Capabilities for more information.
On this page:
A requirement is specified in a Job or a Task. It defines the capabilities which are required by an agent to build that Job. 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.For more information on configuring agents and capabilities, see the following topics: