ビルド結果による作業
ビルド結果について
完了したビルドごとに次のビルド結果が表示されます。
- 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.
 
すべてのプランの最新のビルド結果がダッシュボードに表示されます。また、Bamboo でも通知の送信やビルド結果に関する RSS フィードの生成を行えます。
    最終更新日 2021 年 6 月 7 日
    Powered by Confluence and Scroll Viewport.