我们的TeamCity服务器现在运行了大约3年,每个工件都保存在硬盘上。硬盘现在快满了。
我查看了清理规则,发现:
Everything older than the 5th successful build
History older than the 5th successful build
Artifacts older than the 5th successful build; artifact patterns: +:**/*
Do not prevent dependency artifacts cleanup我假设所有历史记录、所有工件等都将被删除,这些都是比第五个构建更古老的。但事实并非如此。Build服务器仍然有476.18 GB的总内存。
我做错什么了?
谢谢你的答复。
编辑:使用TeamCity Enterprise8.1.5(构建30240)
https://stackoverflow.com/questions/29826151
复制相似问题