blob: 2e94767e84a2fc5b3a0225105c6941bee35cac1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|