Documentation for Bamboo 4.3.x. Documentation for other versions of Bamboo is available too.

A Bamboo agent is a service that provides capabilities to run job builds. There are two types of Bamboo agents:

(info) 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.)

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:

Editing an agent's details

To edit an existing agent's details, see Editing an agent's details.

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:
    • 実行可能ファイル (例: Maven)
    • JDK
    • カスタム機能。これはエージェントの特定の特性を定義するキー/値プロパティです (例: 「operating.system=WindowsXP」または「fast.builds=true」)。
    • バージョン管理システムのクライアント アプリケーション (例: Git)

    機能は、エージェント固有として定義することも、すべてのローカル エージェントまたはすべてのリモート エージェント間で共有することもできます。エージェント固有の機能の値は、同じ名前の共有機能 (存在する場合) の値をオーバーライドします。

 

  • ラベルなし