1

テスト、ステージング、本番の 3 つの段階があります。それらはすべてソースを抽出し、コンパイルしてテストを実行します。以前のバージョンの Bamboo では、いずれかが失敗した場合 (テストの 1 つが失敗した場合)、次の段階に進みました。最新版では次のステージに進まず、ビルドを停止します。1 つのステージが失敗した場合でもビルドを続行するために、この動作をオーバーライドするにはどうすればよいですか?

出力:

simple  17-Sep-2013 17:56:12    Failing task since return code of [c:\dev\maven3\bin\mvn.bat --batch-mode -Djava.io.tmpdir=C:\Program Files\Bamboo\temp\CS-AND-JOB1 clean install -P envbuild -DbuildNumber=4] was 1 while expected 0
simple  17-Sep-2013 17:56:12    Parsing test results...
simple  17-Sep-2013 17:56:12    Finished task 'Maven 3.x'
simple  17-Sep-2013 17:56:12    Running post build plugin 'NCover Results Collector'
simple  17-Sep-2013 17:56:12    Running post build plugin 'Clover Results Collector'
simple  17-Sep-2013 17:56:12    Running post build plugin 'Artifact Copier'
simple  17-Sep-2013 17:56:12    Finalising the build...
simple  17-Sep-2013 17:56:12    Stopping timer.
simple  17-Sep-2013 17:56:12    Build CS-AND-JOB1-4 completed.
4

2 に答える 2

1

アトラシアンのサポートに連絡したところ、バグであることが確認されました。ステージは独立している必要があります。彼らはこの問題を調査しています。

于 2013-09-26T12:38:30.857 に答える