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