From 7228b4c5dd9c2c59087bc6cdcd15274435f6a467 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 23 Aug 2019 16:41:37 -0500 Subject: [PATCH] SWS-1068 - Limit number of past build jobs retained. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index c6bc37eb..36f07271 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,7 @@ pipeline { options { disableConcurrentBuilds() + buildDiscarder(logRotator(numToKeepStr: '14')) } stages {