Skip to content
Snippets Groups Projects
Commit 05fb1d96 authored by ci's avatar ci
Browse files

add email notification

SVN: 490
parent 84d7981c
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,10 @@
<onsuccess>
<artifactspublisher dest="artifacts/${project.name}" dir="${project.trunk}/targets/dist/"/>
</onsuccess>
<execute command="echo rm -rf ${project.trunk}/targets/dist/*"/>
<onfailure>
<email mailhost="localhost">
<email buildresultsurl="http://cisd-ci:8090/buildresults/${project.name}"
returnaddress="cisd-group@systemsx.ch" mailhost="localhost">
<map address="cisd-group@systemsx.ch"/>
</email>
</onfailure>
......@@ -101,4 +103,4 @@
</modificationset>
</project>
</cruisecontrol>
\ No newline at end of file
</cruisecontrol>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment