Creating a local agent
Local agents are no longer supported in Bamboo Data Center. Because of that we decided to standardize the naming and from now on we will refer to remote agents as simply agents.
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).
ローカル エージェントは、Bamboo Server のプロセス、つまりサーバーと同じ JVM で実行されます。各リモート エージェントは独自のプロセスで (つまり独自の JVM で) 実行されます。
Each agent has a defined set of capabilities and can only run builds for jobs whose requirements match the agent's capabilities.
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.
- 追加 を選択します。
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).