diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-01 08:05:45 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-01 08:05:45 +0200 |
commit | 922471764bc9cb848d1d0a6d9a685db8ffd02495 (patch) | |
tree | 1a3866d3ea8b0e29cc6949b159d9c8d926503163 /Jenkinsfile.lts54 | |
parent | 6c17182dff08f8f01ed73914f9fd995186c66740 (diff) | |
download | jenkinsfiles-922471764bc9cb848d1d0a6d9a685db8ffd02495.tar.gz |
keep 5 builds
Diffstat (limited to 'Jenkinsfile.lts54')
-rw-r--r-- | Jenkinsfile.lts54 | 2 |
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() } |