Bamboo 4.2 : Viewing a plan's build information

A plan defines everything about your continuous integration build process in Bamboo.

A plan:

  • Has a single stage, by default, but can be used to group jobs into multiple stages.
  • Processes a series of one or more stages that are run sequentially using the same repository.
  • Specifies the default repository.
  • Specifies how the build isĀ triggered and triggering dependencies between a plan and other plans in the project.
  • Specifies notifications of build results.
  • Specifies who has permission to view and configure the plan and its jobs.
  • Provides for the definition of plan variables.

Every plan belongs to a project.

Projects and plans can only be configured by Bamboo administrators (see Creating a plan).

To view information about a plan:

  1. Navigate to the desired plan, as follows:
    • If you are viewing the Dashboard, locate and click the plan's name in the list, or
    • If you are viewing a job or build result, click the plan name in the breadcrumb links at the top of the screen.
  2. Click a tab to view information about the plan:

    TabNotes
    Plan SummaryInformation about the plan, as shown in the diagram below.
    BranchesThe branch plans for this plan.
    Recent FailuresInformation about recent failures of the plan, including the builds that failed, links to the build results, time taken to fix, etc.
    HistoryThe full history of builds of the plan.
    Quarantined TestsFailing test's results that have been disconnected from the build results.
    IssuesView the JIRA issues linked to builds of your plan. (Only displayed if your administrator has integrated Bamboo with JIRA.)
  3. Use the Actions menu to access functions for the plan, such as Disable Plan and Configure Plan. (This menu is only displayed if you are an administrator for the plan.)

Diagram: Plan Summary (annotated)