From d058e868f7c82d545714ed091315b8c6d5b4f5d4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 25 Oct 2014 20:05:38 +0200 Subject: set artifact(Day|Num)ToKeep again to -1, even though the manual says this is the default, j-j-b fails if its not set... --- job-cfg/reproducible.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'job-cfg/reproducible.yaml') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 7c7a7f85..7b4dbfc0 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -20,6 +20,8 @@ logrotate: daysToKeep: 90 numToKeep: 30 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 builders: - shell: '{my_shell}' publishers: @@ -53,6 +55,8 @@ logrotate: daysToKeep: 90 numToKeep: 20 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 builders: - shell: '{my_shell}' publishers: @@ -99,6 +103,8 @@ logrotate: daysToKeep: 14 numToKeep: 750 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 builders: - shell: '{my_shell}' publishers: -- cgit v1.2.3-54-g00ecf