From: Andrew Grimberg Date: Thu, 9 Mar 2017 15:46:49 +0000 (-0800) Subject: Update infra-properties macro X-Git-Tag: release/boron-sr3~107 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=d500a3e7604d99d43015db237b4f7a430c212a03;p=releng%2Fbuilder.git 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 --- 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