|
All Versions
Bamboo 1.1 Documentation
|
A Bamboo plan (or build plan) is the "recipe" for a build. A plan defines: what gets built (i.e. the source-code repository); how the build is triggered; which builder to use; what tests to run; what artifacts the build will produce; who will be notified of the build result; and any labels with which the build result or build artifacts will be tagged. Every plan belongs to a project. A project enables easy identification of plans that are logically related to each other, which is useful for instance when generating reports across multiple plans.
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". RELATED TOPICS |
