blob: ce008ca3b2b390bcaeb77d16f800067a48f2b230 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---
# jjb defaults
- defaults:
name: global
wrappers:
- ssh-agent-wrapper
project-type: freestyle
node: master
# Defaults for global-jjb jobs
build-timeout: 60
build-node: 'opnfv-build'
gerrit-server-name: 'gerrit.opnfv.org'
jenkins-ssh-credential: 'd42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e'
jjb-version: '2.0.3'
lftools-version: '<1.0.0'
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
|