From d500a3e7604d99d43015db237b4f7a430c212a03 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 9 Mar 2017 07:46:49 -0800 Subject: [PATCH] Update infra-properties macro The infra-properties macro should be setting all values of purgeable components. In particular, a forced maximum number of build logs and very small number of maximum artifacts need to be put in place or Jenkins will continue to consume more and more space for unneeded or unwanted build artifacts. Change-Id: I05ddacd1fca617f389c4a28c4ee38664bfc1cd8e Signed-off-by: Andrew Grimberg --- jjb/releng-macros.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index f565c115f..02f5642dd 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -5,6 +5,9 @@ properties: - build-discarder: days-to-keep: '{build-days-to-keep}' + num-to-keep: 40 + artifact-days-to-keep: -1 + artifact-num-to-keep: 5 - parameter: name: opendaylight-infra-parameters -- 2.36.6