This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

Available:

Bamboo 2.2 and later

On this page:

Description

The build agent requirement filter module allows you to customise the list of Agents a plan can be built on. Bamboo will determine which agents meet the given requirement set, then send the list of agents through the filter for any further adjustments to the list.

Interface

Build Agent Requirement Filter modules must implement the com.atlassian.bamboo.v2.build.BuildAgentRequirementFilter interface.

Sample Module Descriptor Element

<buildAgentRequirementFilter key="labManagerAgentFiler" name ="LabManager Agent filter"
                             class="com.atlassian.bamboo.plugins.labmanager.LabManagerAgentFilter">
     <description>Ensures lab manager builds don't run on normal agents</description>
</buildAgentRequirementFilter>
  • No labels