diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-19 10:06:42 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-19 10:06:42 +0200 |
commit | cb6b8ac8ab6c04a1cc8d86d1e80eeb092f28a285 (patch) | |
tree | b6f694f7725459a34018f1cfa296fbdece94a3de | |
parent | 1abd48c7a6e1cbe24c371ad6345c211564552fc1 (diff) | |
download | coreboot-master.tar.gz |
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 152fd47..4fbab75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -97,7 +97,7 @@ pipeline { } options { - buildDiscarder(logRotator(numToKeepStr: '3')) + buildDiscarder(logRotator(numToKeepStr: '5')) disableConcurrentBuilds() } |