Add the docs build job for fuel project
[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     jjb-version: '2.0.3'
20     lftools-version: '<1.0.0'
21
22     properties:
23       - logrotate-default
24
25     publishers:
26       # Any project that has a publisher will not have this macro
27       # included due to the nature of JJB defaults. Projects will have
28       # to explicitly add this macro to their list of publishers in
29       # order for emails to be sent.
30       - email-jenkins-admins-on-failure