Skip to content

Commit c773ba3

Browse files
committed
send out email when windows-integrate fails
fixes #154
1 parent fea0f49 commit c773ba3

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)