Configuring 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.
If you are looking for information on elastic agents, please refer to the documentation on Working with Elastic Bamboo.
このページの内容
Creating a new agent
To create a new agent, see:
Configuring an agent's capabilities
To configure an existing agent's capabilities, see:
Disabling or deleting an agent
To disable or delete an agent, see Disabling or deleting an agent.
注意
- A capability is a feature of an agent. A capability can be defined on an agent for:
- 実行可能ファイル (例: Maven)
- JDK
- バージョン管理システムのクライアント アプリケーション (例: Git)
- カスタム機能。これはエージェントの特定の特性を定義するキー/値プロパティです (例: 「operating.system=WindowsXP」または「fast.builds=true」)。
機能は、通常、既にインストールされている実行可能ファイルへのパスを定義するものです。Bamboo やそのエージェントが機能を利用するためには、それらの機能を Bamboo で事前に定義する必要があります。
機能は、エージェント固有として定義することも、すべてのローカル エージェントまたはすべてのリモート エージェント間で共有することもできます。エージェント固有の機能の値は、同じ名前の共有機能 (存在する場合) の値をオーバーライドします。