summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-09-19 10:06:47 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-09-19 10:06:47 +0200
commitcfeee6f3c462766f131a6b83a133361e679179fe (patch)
treee83deda7fba50623bb8ab9349f62222fc2c97239 /Jenkinsfile
parentbae3e7f38f33ca484738392e886d5ec8d48531f7 (diff)
downloadipxe-cfeee6f3c462766f131a6b83a133361e679179fe.tar.gz
keep 5 builds
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index e7e7b74..b874aa2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -81,7 +81,7 @@ pipeline {
}
options {
- buildDiscarder(logRotator(numToKeepStr: '3'))
+ buildDiscarder(logRotator(numToKeepStr: '5'))
disableConcurrentBuilds()
}