From 2d371b271dd95913d46b1a2f179a71a69c548515 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Wed, 18 Feb 2015 15:57:35 -0500 Subject: Inital commit for jenkins job builder Change-Id: I8c50158e55a6ddb46fd1f74dbc81e668402e089f Signed-off-by: Aric Gardner --- jjb/releng-defaults.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 jjb/releng-defaults.yaml (limited to 'jjb/releng-defaults.yaml') diff --git a/jjb/releng-defaults.yaml b/jjb/releng-defaults.yaml new file mode 100644 index 000000000..09114ec7d --- /dev/null +++ b/jjb/releng-defaults.yaml @@ -0,0 +1,11 @@ +# jjb defaults + +- defaults: + name: global + + build-days-to-keep: 30 + build-num-to-keep: 40 + build-artifact-days-to-keep: -1 + build-artifact-num-to-keep: 5 + + ssh-credentials: 'b241a488-1acc-4264-a010-2db3acb07fb0' -- cgit 1.2.3-korg