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 @@ ...@@ -23,8 +23,10 @@
<onsuccess> <onsuccess>
<artifactspublisher dest="artifacts/${project.name}" dir="${project.trunk}/targets/dist/"/> <artifactspublisher dest="artifacts/${project.name}" dir="${project.trunk}/targets/dist/"/>
</onsuccess> </onsuccess>
<execute command="echo rm -rf ${project.trunk}/targets/dist/*"/>
<onfailure> <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"/> <map address="cisd-group@systemsx.ch"/>
</email> </email>
</onfailure> </onfailure>
...@@ -101,4 +103,4 @@ ...@@ -101,4 +103,4 @@
</modificationset> </modificationset>
</project> </project>
</cruisecontrol> </cruisecontrol>
\ No newline at end of file
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