Skip to content

Commit 82cc06a

Browse files
committed
Merge pull request #155 from SethTisue/windows-integrate-email-notifications
send out email when windows-integrate fails
2 parents fea0f49 + c773ba3 commit 82cc06a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/default/jobs/scala/integrate/windows.xml.erb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,10 @@
2828
<fingerprint>false</fingerprint>
2929
<defaultExcludes>true</defaultExcludes>
3030
</hudson.tasks.ArtifactArchiver>
31+
<hudson.tasks.Mailer plugin="[email protected]">
32+
<recipients>[email protected] [email protected]</recipients>
33+
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
34+
<sendToIndividuals>false</sendToIndividuals>
35+
</hudson.tasks.Mailer>
3136
</publishers>
3237
</project>

0 commit comments

Comments
 (0)