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.