Merge "Add email notification for heartbeat and coverage jobs"
This commit is contained in:
commit
d74f305fbe
@ -331,3 +331,11 @@
|
||||
source: '**/*subunit_log.txt.gz'
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: true
|
||||
|
||||
- publisher:
|
||||
name: email-on-unstable-build
|
||||
publishers:
|
||||
- email:
|
||||
recipients: mkarpin@mirantis.com nstarodubtsev@mirantis.com
|
||||
notify-every-unstable-build: true
|
||||
send-to-individuals: false
|
||||
|
@ -84,6 +84,7 @@
|
||||
- collect-report
|
||||
- collect-heartbeat-artifacts
|
||||
- archive-artifacts
|
||||
- email-on-unstable-build
|
||||
|
||||
|
||||
- job-template:
|
||||
@ -129,6 +130,7 @@
|
||||
- collect-report
|
||||
- collect-coverage-artifacts
|
||||
- archive-artifacts
|
||||
- email-on-unstable-build
|
||||
|
||||
- project:
|
||||
name: murano
|
||||
|
Loading…
Reference in New Issue
Block a user