3.1 About Builds and Build Results

All Versions
Click for all versions
Bamboo 1.1 Documentation

Index


A build is one execution of a plan.

Every build has a Build Number, which is appended to the relevant Plan Key to form the Build Key. For example, if a plan with the key "CRM-BRANCH" is executed for the seventeenth time, the build key will be "CRM-BRANCH-17".



Every completed build has a build result:

  • 'Successful' — the code compiled, with or without errors, and all tests completed successfully.
  • 'Failed' — either the code did not compile, or at least one test failed.

Additionally,

  • if the build result is 'Failed', and the previous build result was 'Successful', the build is said to be 'Broken'.
  • if the build result is 'Successful', and the previous build result was 'Failed', the build is said to be 'Fixed'.


The latest build result for every plan is listed on the Dashboard. Bamboo can also send notifications about build results.

RELATED TOPICS

Bamboo Glossary
Return to Bamboo 1.1 Documentation Home

Labels:

results results Delete
bamboo bamboo Delete
build build Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.