From dc618a670c8f3f39bcffec202bc56e2ca5334d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sj=C3=B6lund?= Date: Fri, 7 May 2021 10:24:51 +0200 Subject: [PATCH] Rotate logs faster (#7448) --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index a52a8ea4610..ffbbea8f2d6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,7 @@ pipeline { agent none options { newContainerPerStage() + buildDiscarder(logRotator(daysToKeepStr: "14", artifactNumToKeepStr: "2")) } environment { LC_ALL = 'C.UTF-8'