summaryrefslogtreecommitdiffstats
path: root/jjb/global-defaults.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2015-11-23 08:48:17 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2015-11-23 08:48:17 -0800
commit21e6159d981bc45301b3727423336d08a49fe53f (patch)
treef3507a6d9a7aeaddad15d5baeb2d25c76f9a64d2 /jjb/global-defaults.yaml
parent883d77c5c804b0f1e9f1370c89f8fe38672188b5 (diff)
Initial JJB self-hosting job definitions
These are the base definitions for having Jenkins validate and merge the JJB jobs that manage the Jenkins instance. Change-Id: Ic028248bc6cacb86d4db8c1e0f5f924640892c99 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/global-defaults.yaml')
-rw-r--r--jjb/global-defaults.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml
new file mode 100644
index 000000000..87c10fe1e
--- /dev/null
+++ b/jjb/global-defaults.yaml
@@ -0,0 +1,11 @@
+# GLOBAL jenkins 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: 'jenkins-gerrit-credentials'