From 55b646ecf8e6e0791b2d73922675ea1e8bf52266 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Thu, 6 Feb 2020 13:26:36 +0100 Subject: [PATCH] retain the logs for more builds (#13645) --- build/Jenkinsfile.branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Jenkinsfile.branch b/build/Jenkinsfile.branch index 0a027bd5e1..7446917d2a 100644 --- a/build/Jenkinsfile.branch +++ b/build/Jenkinsfile.branch @@ -18,7 +18,7 @@ pipeline { } options { - buildDiscarder(logRotator(numToKeepStr: '3')) + buildDiscarder(logRotator(daysToKeepStr: '15')) timeout(time: 2, unit: 'HOURS') }