From 64cff111bf8bb2c20710068e296b4df46a001d90 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 7 Apr 2021 13:35:42 -0700 Subject: [PATCH] Maintain 15 previous Jenkins CI build results. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 304fbb9a..e77ccdc8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { */ options { - buildDiscarder(logRotator(numToKeepStr: '10')) + buildDiscarder(logRotator(numToKeepStr: '15')) disableConcurrentBuilds() }