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