This is the documentation for Bamboo 5.5. View this page for the

Unknown macro: {spacejump}

of Bamboo, or visit the latest Bamboo documentation.

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

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

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

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

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

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

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

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

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

BAM42_build_result_screen


タブ説明
Build Summary (ビルドの要約)

ビルド結果のスナップショットが表示されます。

  • は、ビルドが成功したことを示します。
  • indicates a build that was not completed. For example, it may have been stopped manually.
  • indicates a failed build. If a build has failed, you can run the entire build again or rerun just the failed stage.
テストProvides details of the build's test results.
変更Provides details of the code changes that triggered this build (if applicable).
アーティファクトShows any artifacts relating to this build.
LogsDisplays a complete build log.
メタデータDisplays any metadata that relates to this build.
Build Times (ビルド時間)ジョブのビルド時間のヒストグラム、および各ジョブのビルドに使用されたエージェントのリストが表示されます。
課題Provides details of the JIRA issues linked to this build (if applicable). Availability depends on Bamboo's configuration.
CloverDisplays the Clover code-coverage that relates to this build (if applicable). The clover tab is located on the job level because a build can have more than one jobs, and each job might have different Clover results or not have clover tab at all. That's why in order to see the Clover tab, you need to drill down to the individual job that contains the clover report.

 

  • You can click the Comment button to add a comment.
  • 破損したビルドの責任は、自分に割り当てる ([Claim full responsibility (すべての責任を主張)] をクリック) ことも、チームの他のメンバーに割り当てる ([Assign responsibility (責任を割り当てる)] をクリック) こともできます。

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

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

  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. See Viewing a plan's build information.
  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 (履歴)] タブをクリックすると、ジョブのすべてのビルドが表示されます。