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')
  • Perforce (location of the P4 client application, if Perforce is being used as the source repository)

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

On this page:

Viewing an Agent's Capabilities

To find out what capabilities an agent already has, please see Viewing an Agent's Capabilities.

Defining a New Capability

新しい機能を定義する方法については、以下を参照してください。

Editing a Capability

To edit an existing capability, see Editing a Capability.

Renaming a Capability

To rename an existing capability, see Renaming a Capability.

Deleting a Capability

To delete a capability, see Deleting a Capability.

Viewing the Agents and Plans Related to a Capability

To view the agents and plans related to a capability, see Viewing a Capability's Agents and Jobs.

注意

  • A requirement is specified in a Job or a Task. A requirement specifies a capability that an agent must have for it to build that Job or Task. A Job inherits all of the requirements specified in its Tasks.

    Together, capabilities and requirements control which agents can execute builds for particular Jobs. Each Job can only be built by agents whose capabilities meet the Job's requirements.

    See Configuring a Job's Requirements for more information.
関連トピック

Configuring Agents