summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-09-19 10:06:42 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-09-19 10:06:42 +0200
commitcb6b8ac8ab6c04a1cc8d86d1e80eeb092f28a285 (patch)
treeb6f694f7725459a34018f1cfa296fbdece94a3de
parent1abd48c7a6e1cbe24c371ad6345c211564552fc1 (diff)
downloadcoreboot-cb6b8ac8ab6c04a1cc8d86d1e80eeb092f28a285.tar.gz
keep 5 buildsHEADmaster
-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()
}