aboutsummaryrefslogtreecommitdiffstats
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
parent6c17182dff08f8f01ed73914f9fd995186c66740 (diff)
downloadjenkinsfiles-922471764bc9cb848d1d0a6d9a685db8ffd02495.tar.gz
keep 5 builds
-rw-r--r--Jenkinsfile.candidate2
-rw-r--r--Jenkinsfile.lts542
-rw-r--r--Jenkinsfile.mainline2
3 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile.candidate b/Jenkinsfile.candidate
index 3aa64a4..c8805ae 100644
--- a/Jenkinsfile.candidate
+++ b/Jenkinsfile.candidate
@@ -43,7 +43,7 @@ pipeline {
}
options {
- buildDiscarder(logRotator(numToKeepStr: '3'))
+ buildDiscarder(logRotator(numToKeepStr: '5'))
disableConcurrentBuilds()
}
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()
}
diff --git a/Jenkinsfile.mainline b/Jenkinsfile.mainline
index 4079e63..def69ed 100644
--- a/Jenkinsfile.mainline
+++ b/Jenkinsfile.mainline
@@ -43,7 +43,7 @@ pipeline {
}
options {
- buildDiscarder(logRotator(numToKeepStr: '3'))
+ buildDiscarder(logRotator(numToKeepStr: '5'))
disableConcurrentBuilds()
}