diff options
Diffstat (limited to 'jjb/global/releng-defaults.yaml')
-rw-r--r-- | jjb/global/releng-defaults.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/jjb/global/releng-defaults.yaml b/jjb/global/releng-defaults.yaml new file mode 100644 index 000000000..2e94767e8 --- /dev/null +++ b/jjb/global/releng-defaults.yaml @@ -0,0 +1,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 |