如何限制Jenkins中“存档工件”的最大大小?

时间:2019-02-10 14:51:30

标签: jenkins archive

我们如何限制Jenkins用户在其工作中存档大量文件/大文件?它应该在Jenkins管理级别上,但是我们没有找到解决方法。是否可以限制已归档文件的最大大小?

1 个答案:

答案 0 :(得分:0)

我不知道 Jenkins 有什么方法可以做到这一点,但还没有进行详尽的搜索。

作为一种解决方法,您可以尝试为每个作业目录使用单独的分区/卷或配额。我没有做过大量的测试,但 Jenkins 似乎在一份工作没有剩余空间后继续工作。

This answer explains how to use groups and ACLs to make sure files in directory always get assigned that group. Then you can use group quotas to restrict the space usage for each.

This answer is an example of how to use project quotas which could here be an alternative to group quotas.