This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

You can view all the builder capabilities that have been defined in Bamboo on the 'Builders' page. These include local server capabilities, local agent-specific capabilities and remote agent-specific capabilities.

To view and configure the Builder capabilities defined in Bamboo,

  1. Click the 'Administration' link in the top navigation bar.
  2. Click the 'Builders' link in the left navigation column. The 'Builders' page will be displayed, showing the list of all the Builder capabilities defined in your Bamboo system.

Bamboo's automatic detection of builders


When you install the Bamboo server application or the Bamboo Remote Agent application on another machine, either of these applications will automatically look for existing builders installed on the same machine (based on a combination of the machine's environment variables and other conditions). A 'builder capability' will be created for each builder that that either of these Bamboo applications find.

The environment variables and conditions that Bamboo uses to automatically detect and create builder capabilities are:

  • Ant — the ANT_HOME environment variable
  • Maven (1) — the MAVEN_HOME environment variable
  • Maven 2.x — M2_HOME or MAVEN2_HOME environment variable
  • Grails — GRAILS_HOME environment variable
  • Command — the existence of the /bin/bash file
  • PHPUnit — the existence of the phpunit file anywhere within the machine's PATH environment variable value

With the exception of the 'Command' builder, the paths for each automatically detected builder are based on the path 'string' values found within these environment variables.

Local agents and builder capabilities


Since Bamboo automatically looks for builders installed on the same machine and creates a 'builder capability' for each builder installation it finds, all existing and subsequent local agents that you create will possess these builder capabilities. Hence, when you access the 'Builders' page and view these builder capabilities, all local agents will be grouped together in the 'All local agents' category and you will only be able to remove these builder capabilities from all local agents, not from individual local agents.

Screenshot: 'Builders'

  • No labels