2015-02-05 16:32:57 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<project>
|
|
|
|
<publishers>
|
2016-09-20 03:31:09 -07:00
|
|
|
<hudson.tasks.Mailer plugin="mailer">
|
2015-02-05 16:32:57 -08:00
|
|
|
<recipients>foo@example.com bar@example.com</recipients>
|
2016-05-04 22:03:00 -04:00
|
|
|
<dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild>
|
|
|
|
<sendToIndividuals>true</sendToIndividuals>
|
2015-02-05 16:32:57 -08:00
|
|
|
</hudson.tasks.Mailer>
|
|
|
|
</publishers>
|
|
|
|
</project>
|