summaryrefslogtreecommitdiffstats
path: root/jjb/global/releng-defaults.yaml
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-05-16 16:23:56 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-05-16 16:28:04 -0700
commitafff1f88a918215eeb9060c4f43c5a332c8eb32c (patch)
tree7767640d2b3c9dbb469b912856b221c1784c9db8 /jjb/global/releng-defaults.yaml
parent7bf9e576ff0fffdac04b5892e0e41b63c0735d4e (diff)
Rename files under jjb from 'yml' to 'yaml'
global-jjb only supports the .yaml file ending for jjb jobs. Instead of waiting for a release we're going to rename the files. Change-Id: Icf3339eacd2320c583333e02250998cf6b1881f7 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/global/releng-defaults.yaml')
-rw-r--r--jjb/global/releng-defaults.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/jjb/global/releng-defaults.yaml b/jjb/global/releng-defaults.yaml
new file mode 100644
index 000000000..2e94767e8
--- /dev/null
+++ b/jjb/global/releng-defaults.yaml
@@ -0,0 +1,22 @@
+---
+# jjb defaults
+
+- defaults:
+ name: global
+
+ wrappers:
+ - ssh-agent-wrapper
+
+ project-type: freestyle
+
+ node: master
+
+ properties:
+ - logrotate-default
+
+ publishers:
+ # Any project that has a publisher will not have this macro
+ # included due to the nature of JJB defaults. Projects will have
+ # to explicitly add this macro to their list of publishers in
+ # order for emails to be sent.
+ - email-jenkins-admins-on-failure