Available: | Bamboo 2.2 and later |
Since Bamboo 3.3, Atlassian has marked this extension point as INTERNAL ONLY. Implementing it incorrectly can seriously hinder your system.
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.
Build Agent Requirement Filter modules must implement the com.atlassian.bamboo.v2.build.BuildAgentRequirementFilter interface.
1 2<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>
Rate this page: