diff --git a/Jenkinsfile b/Jenkinsfile index 4234247c2..08f398d83 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,6 +16,8 @@ if (env.BRANCH_NAME && env.BRANCH_NAME ==~ regexNocacheBranch) { abortPreviousRunningBuilds() +properties([buildDiscarder(logRotator(numToKeepStr: '4'))]) + def builders = [:] def buildResults = [:]