From a3693473737d0cfab9cf1212dc4b602dbd1e9e24 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 10 Feb 2022 14:34:30 +0000 Subject: [PATCH] ci: increase log rotation --- .ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 26d5915e92..a9879db98e 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { } options { timeout(time: 1, unit: 'HOURS') - buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20', daysToKeepStr: '30')) + buildDiscarder(logRotator(numToKeepStr: '200', artifactNumToKeepStr: '30', daysToKeepStr: '30')) timestamps() ansiColor('xterm') disableResume()