Update global-jjb to v0.35.0
[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     throttle_categories: []
21     throttle-enabled: true
22     throttle-max-per-node: 1
23     throttle-max-total: 2
24     throttle-option: project
25
26
27     properties:
28       - logrotate-default
29
30     publishers:
31       # Any project that has a publisher will not have this macro
32       # included due to the nature of JJB defaults. Projects will have
33       # to explicitly add this macro to their list of publishers in
34       # order for emails to be sent.
35       - email-jenkins-admins-on-failure