All Versions

   Bamboo 4.0.x
   Bamboo 3.4.x
   Bamboo 3.3.x
   Bamboo 3.2.x
   More...

Bamboo 1.1 Documentation

Index
Downloads (PDF, HTML & XML formats)

This documentation relates to an earlier version of Bamboo.
View this page in the current documentation or visit the current documentation home.
Skip to end of metadata
Go to start of metadata


A builder is a software compiler program external to Bamboo. Bamboo supports multiple builders. Once a builder is defined in the Bamboo system, it can then be specified in build plans by a Bamboo administrator.

One builder (Maven) is automatically configured when you install Bamboo. You can configure more builders as required.

Bamboo supports the following types of builders:

  • Ant
  • Maven
  • Maven 2
  • Custom command (e.g. 'make')

Once you have configured a new builder, it will appear in the 'Builder' drop-down list on the 'Build Resources' tab when you configure a build plan (see 1.2 Creating a Plan).

 

To configure a new builder,

  1. Click the 'Administration' link in the top navigation bar.
  2. Click the 'Builders' link in the left navigation column.
  3. This will display a list of Builders that have been configured in Bamboo, with an empty field at the bottom of each column for adding a new Builder.
  4. In the 'Label' field, type the name that will appear in the 'Builders' drop-down list when a plan is configured.
  5. In the 'JDK Home Directory' field, enter  the location of the JDK Home Directory on your Bamboo server.
  6. Select the appropriate 'Type' from the drop-down list.
  7. In the 'Path' field, enter the appropriate path. This will vary depending on the 'Type' you selected in step 6; relevant instructions will be shown below the 'Type'.
  8. Click the 'Save' button.
  9. Verify that 'OK' is displayed in the 'Is Valid?' column for your new Builder. If not, click the 'Edit' link in the 'Operations' column to reconfigure the new Builder's details.




Screenshot: Configuring a Builder













RELATED TOPICS








Bamboo Documentation