summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 152fd47..4fbab75 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -97,7 +97,7 @@ pipeline {
}
options {
- buildDiscarder(logRotator(numToKeepStr: '3'))
+ buildDiscarder(logRotator(numToKeepStr: '5'))
disableConcurrentBuilds()
}