diff --git a/Jenkinsfile b/Jenkinsfile index dc9f9985..f1fe5763 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,7 @@ pipeline { options { disableConcurrentBuilds() + buildDiscarder(logRotator(numToKeepStr: '14')) } stages {