Skip to content
Snippets Groups Projects
Commit c20bcca8 authored by felmer's avatar felmer
Browse files

add e-mail map entries

SVN: 498
parent 6c7c26ca
No related branches found
No related tags found
No related merge requests found
...@@ -23,11 +23,15 @@ ...@@ -23,11 +23,15 @@
<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/*"/> <execute command="rm -rf ${project.trunk}/targets/dist/*"/>
<onfailure> <onfailure>
<email buildresultsurl="http://cisd-ci:8090/buildresults/${project.name}" <email buildresultsurl="http://cisd-ci:8090/buildresults/${project.name}"
returnaddress="cisd-group@systemsx.ch" mailhost="127.0.0.1"> returnaddress="cisd-group@systemsx.ch" mailhost="127.0.0.1">
<map alias="brinn" address="bernd.rinn@systemsx.ch"/>
<map alias="charlesr" address="charles.ramin-wright@systemsx.ch"/>
<map alias="felmer" address="franz-josef.elmer@systemsx.ch"/> <map alias="felmer" address="franz-josef.elmer@systemsx.ch"/>
<map alias="hadrian" address="adrian.honeggar@systemsx.ch"/>
<map alias="ribeaudc" address="christian.ribeaud@systemsx.ch "/>
</email> </email>
</onfailure> </onfailure>
</publishers> </publishers>
......
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