From dc47e7dde5f301202fe1fc51e3cc248aae4fd34e Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Sat, 19 Sep 2020 10:06:51 +0200 Subject: keep 5 builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2cf6bbe..226819e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,7 +81,7 @@ pipeline { } options { - buildDiscarder(logRotator(numToKeepStr: '3')) + buildDiscarder(logRotator(numToKeepStr: '5')) disableConcurrentBuilds() } -- cgit