summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-09-19 10:06:49 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-09-19 10:06:49 +0200
commit319fb382bc1e9426e6c680adf8ebff52a74c56cb (patch)
tree39ecb02b71b445b94fdbb76580e91763c2790803 /Jenkinsfile
parent35e6e2daa483809ace4c35c236f7542300d2c4e1 (diff)
downloadqboot-master.tar.gz
keep 5 buildsHEADmaster
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 16ee595..97d36c2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,7 +87,7 @@ pipeline {
}
options {
- buildDiscarder(logRotator(numToKeepStr: '3'))
+ buildDiscarder(logRotator(numToKeepStr: '5'))
disableConcurrentBuilds()
}