aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/global-defaults.yaml
diff options
context:
space:
mode:
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'