ccnet 不删除构建日志
我的 ccnet.config 文件中有以下内容
....
<publishers>
<xmllogger />
</publishers>
<tasks>
<artifactcleanup cleanUpMethod="KeepLastXBuilds" cleanUpValue="5" />
....
但是构建日志永远不会被删除?我是否误解了这一点?我希望那里不会看到超过 5 个日志文件。
I Have the following in my ccnet.config file
....
<publishers>
<xmllogger />
</publishers>
<tasks>
<artifactcleanup cleanUpMethod="KeepLastXBuilds" cleanUpValue="5" />
....
However the build logs never get removed? Am I misunderstanding this? I would expect never seening more then 5 log files in there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据文档,您必须将工件清理发布者放在发布者部分中才能正常工作:
According to documentation you must put the artifact cleanup publisher in the publishers section for it to work: