11 lines
345 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.tasks.Mailer plugin="mailer">
<recipients>foo@example.com bar@example.com</recipients>
<dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild>
<sendToIndividuals>true</sendToIndividuals>
</hudson.tasks.Mailer>
</publishers>
</project>