The instructions on this page describe how to view the build results for a Plan.
完了したビルドごとに次のビルド結果が表示されます。
- '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.
さらに、次のようになります。
- 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'.
Viewing a Plan's Most Recent Build Result
To view a plan's most recent build result:
- Go to the Dashboard.
- Locate the plan in the list, then click the Build Number.
Viewing all Build Results for a Plan
プランのすべてのビルド結果を表示するには、次の手順に従います。
- Go to the relevant plan.
- Click the 'Completed Builds' tab to see a summary list of build results.
- To view the details for a particular build result, click the Build Number in the list.
A build result looks like this:

Screenshot above: Build Result Summary
In the above screenshot:
- You can click the plan name ('Main Build' in this example) to see the plan details for this build:

- You can use the build results navigator to scroll through other build results for this plan:

- The 'Summary' tab shows a snapshot of the build result. To see more detail:
- Click the 'Tests' tab to view the build's test results.
- Click the 'Changes' tab to view the code changes that triggered this build (if applicable).
- Click the 'Artifacts' tab to view any artifacts relating to this build.
- Click the 'Logs' tab to view a complete build log.
- Click the 'Comments' tab to view a trail of comments regarding this build result. You can also click the following icon to add a comment:

- Click the 'Metadata' tab to view any metadata that relates to this build result.

- Depending on how your Bamboo administrator has configured the system, the following additional tabs may be available:
- Click the 'Clover' tab to view the Clover code-coverage that relate to this build result (if applicable).
- Click the 'JIRA' tab to view any JIRA issues that relate to this build result (if applicable).
注意
Viewing the Code Changes that triggered a Build
Viewing a Build's Artifacts
Viewing a Build Log
Viewing the Metadata for a Build Result