jenkins-job-builder/tests/publishers/fixtures/email-ext001.yaml
Jaime Flynn 5f8d13d1b6 adds safe-output to email-ext in publishers.py
adds support for Save to Workspace option for email-ext plugin

Change-Id: I9fa2ed87a6d715ec8f56def053f486e8bf628b13
2014-11-21 13:45:26 -06:00

32 lines
794 B
YAML

publishers:
- email-ext:
recipients: foo@example.com, bar@example.com
reply-to: foo@example.com
content-type: html
subject: Subject for Build ${BUILD_NUMBER}
body: The build has finished
attach-build-log: false
attachments: "*/foo*.log"
always: true
unstable: true
first-failure: true
not-built: true
aborted: true
regression: true
failure: true
second-failure: true
improvement: true
still-failing: true
success: true
fixed: true
still-unstable: true
pre-build: true
matrix-trigger: only-configurations
presend-script: "cancel=true"
save-output: true
send-to:
- developers
- requester
- culprits
- recipients