ビルド結果の表示

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

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

  • 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.
  • Incomplete — the build was not completed, e.g. it may have been stopped manually.

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

  • if the build result is Failed, and the previous build result was Successful, the build is labeled as Broken.
  • if the build result is Successful, and the previous build result was Failed, the build is labeled as Fixed.

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

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

  1. From the top navigation bar select BuildAll build plans, and select the build number.


Build result summary screen

  1. Status ribbon: Did the build succeed or fail?
  2. Details: Scan details of the build easily.
  3. Stages and jobs in the plan: Scan the success of job builds. Select an icon to see details.
  4. Test summary: Quickly see how many test are failing and how many were fixed in this build. 
  5. Shared artifacts: See the artifacts shared from this build and download them.
  6. History: Scan the status of recent builds.
  7. Who is responsible? Users who commit code are automatically assigned.
  8. Code changes: See the code changes associated with this build.
  9. Jira issues: See the JIRA issues related to this build. Select to go to the issue in Jira for details.


タブ説明
Build summary

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

  • Successful build icon は、ビルドが成功したことを示します。
  • Incomplete build icon indicates a build that was not completed. For example, it may have been stopped manually.
  • Failed build icon indicates a failed build. If a build has failed, you can run the entire build again or rerun just the failed stage.
テストビルドのテスト結果の詳細が表示されます。
変更このビルドをトリガーしたコード変更の詳細が表示されます (該当する場合)。
アーティファクトこのビルドに関連するすべてのアーティファクトが表示されます。
Logs完全なビルド ログが表示されます。
メタデータこのビルドに関連するすべてのメタデータが表示されます。
Build timesジョブのビルド時間のヒストグラム、および各ジョブのビルドに使用されたエージェントのリストが表示されます。
課題Provides details of the Jira issues linked to this build (if applicable). Availability depends on Bamboo's configuration.
Cloverこのビルドに関連する Clover コード カバレッジが表示されます (該当する場合)。[Clover] タブはジョブ レベルにあります。ビルドには複数のジョブがあり、ジョブごとに Clover の結果が異なる場合や [Clover] タブがまったくない場合があるためです。そのため、[Clover] タブを表示するには、Clover レポートを含む個々のジョブにドリルダウンする必要があります。


  • You can assign responsibility for a broken build, either to yourself (select Claim full responsibility) or to someone else in your team (select Assign responsibility).

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

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

  1. From the top navigation bar select Build > All build plans, and select your plan.
  2. 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. Select the History tab to view all builds for the plan.

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

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

  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. Select the History tab to view all builds for the job.
最終更新日: 2021 年 10 月 6 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.