From 319fb382bc1e9426e6c680adf8ebff52a74c56cb Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Sat, 19 Sep 2020 10:06:49 +0200 Subject: keep 5 builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 16ee595..97d36c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -87,7 +87,7 @@ pipeline { } options { - buildDiscarder(logRotator(numToKeepStr: '3')) + buildDiscarder(logRotator(numToKeepStr: '5')) disableConcurrentBuilds() } -- cgit