Documentation for Bamboo 4.0.x. Documentation for earlier versions of Bamboo is available too.

このページでは、プランのビルド結果を表示する方法について説明します。

完了したビルドごとに次のビルド結果が表示されます。

  • 「Successful (成功)」— エラーの有無にかかわらず、コードがコンパイルされ、すべてのテストが正常に完了しました。
  • 「Failed (失敗)」— コードがコンパイルされなかったか、少なくとも 1 つのテストが失敗しました。
  • 「Incomplete (未完了)」— ビルドは完了していません。手動で停止された場合などが当てはまります。

さらに、次のようになります。

  • ビルド結果が前回の「Successful (成功)」から「Failed (失敗)」に変わった場合、そのビルドは「Broken (破損)」として扱われます。
  • ビルド結果が前回の「Failed (失敗)」から「Successful (成功)」に変わった場合、そのビルドは「Fixed (修正)」として扱われます。

プランの最新のビルド結果を表示する

プランの最新のジョブ ビルド結果を表示するには、次の手順に従います。

  1. 上部のメニューで [Dashboard (ダッシュボード)] をクリックします。
  2. [All Plans (すべてのプラン)] タブでプランを見つけ、ビルド番号をクリックします。

プランのすべてのビルド結果を表示する

プランのすべてのビルド結果を表示するには、次の手順に従います。

  1. 上部のメニューで [Dashboard (ダッシュボード)] をクリックします。
  2. Click the plan on the All Plans tab. The ten most recent builds will be displayed in the 'Recent History' section on the Plan Summary tab.
  3. [History (履歴)] タブをクリックすると、プランのすべてのビルドが表示されます。

ジョブのすべてのビルド結果を表示する

ジョブのすべてのビルド結果を表示するには、次の手順に従います。

  1. Navigate to the desired job, as described on Configuring jobs. The ten most recent builds will be displayed in the 'Recent History' section of the Job Summary tab.
  2. [History (履歴)] タブをクリックすると、ジョブのすべてのビルドが表示されます。

スクリーンショット: ビルド結果の要約

  • The Summary tab (shown in the screenshot above) displays a snapshot of the build result. You can also click the Comment button to add a comment.
    • The icon represents a successful build.
    • The icon represents a build that was not completed. For example, it may have been stopped manually.
    • The icon represents a failed build. If a build has failed, you can run the entire build again or rerun just the failed Stage.
  • 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 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 Issues tab to view any JIRA issues that relate to this build result (if applicable).
    • Click the Clover tab to view the Clover code-coverage that relate to this build result (if applicable).