diff --git a/build/ci/jenkins/Jenkinsfile b/build/ci/jenkins/Jenkinsfile index 70a22b4acb..d0e355dd43 100644 --- a/build/ci/jenkins/Jenkinsfile +++ b/build/ci/jenkins/Jenkinsfile @@ -12,6 +12,7 @@ pipeline { options { timestamps() timeout(time: 1, unit: 'HOURS') + buildDiscarder logRotator(artifactDaysToKeepStr: '30') // parallelsAlwaysFailFast() } stages {