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 で) 実行されます。
Each agent has a defined set of capabilities and can only run builds for jobs whose requirements match the agent's capabilities.
Remote agent support
Disabling remote agent support in Bamboo will disable all remote agents and prevent any users from creating new remote agents. This function will not delete any remote agents that you have already created. To delete a remote agent, see Disabling or deleting an agent.
Note that remote agent support must be enabled to use Elastic Bamboo. Disabling remote agent support will disable Elastic Bamboo.
To enable, or disable, remote agent support:
- Click theicon and select Bamboo admin.
- Click Agents (under 'Build Resources')
- Click either Enable Remote Agent Support or Disable Remote Agent Support.
Screenshot: Disabling remote agent support