A Bamboo agent is a service that can run job builds. There are two types of Bamboo agents:
- ローカルエージェント :Bamboo サーバーの一部として実行されるエージェント
- remote agents run on computers, other than the Bamboo server, that run the remote agent tool. An elastic agent is a remote agent that runs in the Amazon Elastic Compute Cloud (EC2).
ローカル エージェントは、Bamboo Server のプロセス、つまりサーバーと同じ JVM で実行されます。各リモート エージェントは独自のプロセスで (つまり独自の JVM で) 実行されます。
Note that one local agent, with the default name of 'Default Agent', is automatically created after installing Bamboo.
To create a new local agent:
- Click Administration in the menu bar.
- Click Agents in the left panel (under 'Build Resources') to display a list of all local and remote agents that currently exist in your Bamboo system.
- Click 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).
Screenshot: Creating a local agent
