diff --git a/Jenkinsfile b/Jenkinsfile index 1b5840af89..28815d7067 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -654,7 +654,7 @@ pipeline { CI = true } options { - buildDiscarder(logRotator(numToKeepStr: '5')) + buildDiscarder(logRotator(numToKeepStr: '2', artifactDaysToKeepStr: '30')) timeout(time: 60, unit: 'MINUTES') } }