diff --git a/Jenkinsfile b/Jenkinsfile index 949aee1d..b91abfa5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { label "${LABEL}" } options { - buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) + buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '5')) } stages {