From 824c1b1728de5575a481c67f1f2cb76ae3f16688 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Sat, 29 Dec 2018 22:00:49 +1000 Subject: [PATCH] reduce history Signed-off-by: olivier lamy --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 949aee1d..b91abfa5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { label "${LABEL}" } options { - buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) + buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '5')) } stages {