An agent is a service that runs Bamboo builds. There are two types of agents:
- local agents run on the Bamboo server.
- remote agents run on computers other than the Bamboo server.
(Note: Local agents run in the 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.)
- To view an agent, including the agent properties, capabilities and the plans that an agent can build, please see Viewing an Agent.
- To view the status of all of your agents, please see Monitoring Agent Status.
- To create a new agent, see:
- To edit an existing agent's details, see:
- To configure an existing agent's capabilities, see:
- To disable or delete an agent, see:
注意:
A capability is a feature of an agent. A capability can be a:
- builder (e.g. Maven)
- JDK
- custom capability (a key-value property which defines a particular characteristic of an agent, e.g. 'operating.system=WindowsXP' or 'fast.builds=true')
- Perforce (location of the P4 client application, if Perforce is being used as the source repository)
機能は、エージェント固有として定義することも、すべてのローカル エージェントまたはすべてのリモート エージェント間で共有することもできます。エージェント固有の機能の値は、同じ名前の共有機能 (存在する場合) の値をオーバーライドします。
See
Configuring Capabilities.