Build expiry removes all logs

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Build expiry is configured to remove "Build and deployment result logs only", after the expiry runs all the build logs are removed.

原因

Value of maxIgnoredLogSize is set to -1

ソリューション

Edit <BAMBOO_HOME>/xml-data/configuration/administration.xml and put the maximum size of log file which should be ignored during expiry in bytes. Restart Bamboo to apply changes

<AdministrationConfiguration>
  ...
  <myBuildExpiryConfiguration>
    <maxIgnoredLogSize>-1</maxIgnoredLogSize>
最終更新日: 2017 年 1 月 20 日

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

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