Create Stable Branch Jobs for availability
[releng.git] / jjb / global / releng-defaults.yaml
1 ---
2 # jjb defaults
3
4 - defaults:
5     name: global
6
7     wrappers:
8       - ssh-agent-wrapper
9
10     project-type: freestyle
11
12     node: master
13
14     # Defaults for global-jjb jobs
15     build-timeout: 60
16     build-node: 'opnfv-build'
17     gerrit-server-name: 'gerrit.opnfv.org'
18     jenkins-ssh-credential: 'd42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e'
19     lftools-version: '<1.0.0'
20
21     properties:
22       - logrotate-default
23
24     publishers:
25       # Any project that has a publisher will not have this macro
26       # included due to the nature of JJB defaults. Projects will have
27       # to explicitly add this macro to their list of publishers in
28       # order for emails to be sent.
29       - email-jenkins-admins-on-failure