This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

A capability is a feature of an agent. A capability can be:

  • 実行可能ファイル (例: Maven)
  • JDK
  • a custom capability (a key-value property which defines a particular characteristic of an agent, e.g. 'operating.system=WindowsXP' or 'fast.builds=true')
  • a Version Control System client application (e.g. Git, if Git is being used as the source repository)

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

See Configuring Capabilities for more information.

Because each agent can only run builds for Jobs whose requirements are met by the agent's capabilities (see Configuring a Job's Requirements), modifying a capability may mean that some plans can no longer be built.

The instructions on this page do not describe how to rename a capability. If you want to rename a capability, see Renaming a Capability.

On this page:

Editing an Agent-Specific Capability

To edit an agent-specific capability:

  1. Navigate to the desired agent, as described on Viewing an Agent.
  2. Click Edit for a capability.
  3. Depending on what type of capability you are editing, you will be able to modify the following values:
    • If you are editing an Executable capability, you can modify Path for the executable.
    • If you are editing a JDK capability, you can modify Java Home for the JDK.
    • If you are editing a Custom capability, you can modify Value for the capability.
    • If you are editing a Version Control capability, you can modify Path for the capability.

Editing a Local Server Capability

To edit a local server capability:

  1. Click Administration in the top navigation bar.
  2. Click the Server Capabilities in the left navigation panel.
  3. Click Edit for the capability.
  4. Depending on what type of capability you are editing, you will be able to modify the following values:
    • If you are editing an Executable capability, you can modify Path for the executable.
    • If you are editing a JDK capability, you can modify Java Home for the JDK.
    • If you are editing a Custom capability, you can modify Value for the capability.
    • If you are editing a Version Control capability, you can modify Path for the capability.

Editing a Shared Remote Capability

To edit a shared remote capability:

  1. Click Administration in the top navigation bar.
  2. 左側のナビゲーション パネルの [Agents (エージェント)] をクリックします。
  3. "リモート エージェント" セクションの右上にある [Shared Remote Capabilities (共有リモート機能)] をクリックします。
  4. Click Edit for the capability.
  5. Depending on what type of capability you are editing, you will be able to modify the following values:
    • If you are editing an Executable capability, you can modify Path for the executable.
    • If you are editing a JDK capability, you can modify Java Home for the JDK.
    • If you are editing a Custom capability, you can modify Value for the capability.
    • If you are editing a Version Control capability, you can modify Path for the capability.

注意

関連トピック

Configuring Capabilities