aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/global-defaults.yaml
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-08-16 18:26:19 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-08-17 13:27:14 +0200
commit46ae6ad6151e3a05d80a0d7cfd9e44841fb4bcfd (patch)
tree1b2c52cd19639f490c2b56cde493e0a959885fc0 /jjb/global-defaults.yaml
parent245ec5ec552c8c97e867c03aa9645834886cbf2b (diff)
Initial version of the ci-management repo
Based on the open-o template. Modified for AGL. v2 fixed host key and only pushing ci-management jobs. - fix macro vs. definition in file Change-Id: I2de02a572a5d8ca1bf6b7a56bfd2e30bfe18fa9a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/global-defaults.yaml')
-rw-r--r--jjb/global-defaults.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml
new file mode 100644
index 00000000..155ae000
--- /dev/null
+++ b/jjb/global-defaults.yaml
@@ -0,0 +1,14 @@
+---
+# 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
+ # Timeout in minutes
+ build-timeout: 360
+ build-node: ubuntu-16.04-basebuild-2c-1g
+ ssh-credentials: 'jenkins-gerrit-credentials'