A Bamboo agent is a service that provides capabilities to run Job builds. There are two types of Bamboo agents:
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. |
How Do Capabilities Work With Requirements?
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.
How Are Builds Distributed to Agents?
An agent will consume a single Job at a time and block any other Bamboo Jobs from being processed until that Job build is complete. If you would like to build multiple Jobs simultaneously on the Bamboo server, then simply set up multiple local agents. If the agents are remote, then you will need to install that number of agent instances on the machine. Separate installations are required because each remote agent will need its own home and log directories.
How do Capabilities Affect the Distribution of Builds to Agents?*
Related Topics
For more information on configuring agents and capabilities, see the following topics: