diff --git a/Jenkinsfile b/Jenkinsfile index 304fbb9a..e77ccdc8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { */ options { - buildDiscarder(logRotator(numToKeepStr: '10')) + buildDiscarder(logRotator(numToKeepStr: '15')) disableConcurrentBuilds() }