Configuring agents

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

A Bamboo agent is a service that can run job builds. There are the following types of Bamboo agents:

Each remote agent runs in its own process (that is, has its own JVM) and has a defined set of capabilities. The latter means that an agent can only run builds for jobs whose requirements match the agent's capabilities.

For information about elastic or ephemeral agents, see:

このページの内容

Creating a new agent

To create a new agent, see Creating a remote agent.

Configuring an agent's capabilities

機能とはエージェントのフィーチャーのことです。エージェントには次の機能を定義できます。

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

機能は、通常、既にインストールされている実行可能ファイルへのパスを定義するものです。Bamboo やそのエージェントが機能を利用するためには、それらの機能を Bamboo で事前に定義する必要があります。

Capabilities can be defined specifically for an agent, or they can be shared between all remote agents. Note that the value of an agent-specific capability overrides the value of a shared capability of the same name (if one exists).

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.

最終更新日 2025 年 4 月 15 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.