diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-19 10:06:47 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-19 10:06:47 +0200 |
commit | cfeee6f3c462766f131a6b83a133361e679179fe (patch) | |
tree | e83deda7fba50623bb8ab9349f62222fc2c97239 /Jenkinsfile | |
parent | bae3e7f38f33ca484738392e886d5ec8d48531f7 (diff) | |
download | ipxe-cfeee6f3c462766f131a6b83a133361e679179fe.tar.gz |
keep 5 builds
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index e7e7b74..b874aa2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,7 +81,7 @@ pipeline { } options { - buildDiscarder(logRotator(numToKeepStr: '3')) + buildDiscarder(logRotator(numToKeepStr: '5')) disableConcurrentBuilds() } |