From cb6b8ac8ab6c04a1cc8d86d1e80eeb092f28a285 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Sat, 19 Sep 2020 10:06:42 +0200 Subject: keep 5 builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } -- cgit