aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile.lts54
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-09-01 08:05:45 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-09-01 08:05:45 +0200
commit922471764bc9cb848d1d0a6d9a685db8ffd02495 (patch)
tree1a3866d3ea8b0e29cc6949b159d9c8d926503163 /Jenkinsfile.lts54
parent6c17182dff08f8f01ed73914f9fd995186c66740 (diff)
downloadjenkinsfiles-922471764bc9cb848d1d0a6d9a685db8ffd02495.tar.gz
keep 5 builds
Diffstat (limited to 'Jenkinsfile.lts54')
-rw-r--r--Jenkinsfile.lts542
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile.lts54 b/Jenkinsfile.lts54
index 0176e43..9225cd9 100644
--- a/Jenkinsfile.lts54
+++ b/Jenkinsfile.lts54
@@ -43,7 +43,7 @@ pipeline {
}
options {
- buildDiscarder(logRotator(numToKeepStr: '3'))
+ buildDiscarder(logRotator(numToKeepStr: '5'))
disableConcurrentBuilds()
}