diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-19 10:06:49 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-19 10:06:49 +0200 |
commit | 319fb382bc1e9426e6c680adf8ebff52a74c56cb (patch) | |
tree | 39ecb02b71b445b94fdbb76580e91763c2790803 /Jenkinsfile | |
parent | 35e6e2daa483809ace4c35c236f7542300d2c4e1 (diff) | |
download | qboot-319fb382bc1e9426e6c680adf8ebff52a74c56cb.tar.gz |
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
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() } |