Creating a local agent
A Bamboo agent is a service that can run job builds. There are the following types of Bamboo agents:
local agents run as part of the Bamboo server.
- remote agents run on computers, other than the Bamboo server, that run the remote agent tool.
- elastic agents run in the Amazon Elastic Compute Cloud (EC2).
Local agents run in the Bamboo 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.
Each agent has a defined set of capabilities and can only run builds for jobs whose requirements match the agent's capabilities.
Related pages:
To create a new local agent:
- Go to > Build resources > Agents.
- Select Add local agent.
- Enter details for the agent. The name is displayed on the dashboard. The description is only visible to administrators.
- Select Add.
Note that your new local agent:
- will be enabled by default.
- will inherit all local server capabilities that are defined in your Bamboo system.
- will be able to run builds for all jobs whose requirements are met by the agent's capabilities (see Configuring a job's requirements).
Last modified on Sep 7, 2023
Powered by Confluence and Scroll Viewport.