diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-07-23 15:02:22 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-07-23 15:02:22 +0000 |
| commit | 2fc957e3d28fa3b084ef334b702bb5116f60c462 (patch) | |
| tree | 53d217fb806c56eb23fb9dab19fef75c3d329f4f /cc/config/example-automation.xml | |
| parent | f909f338fe2ea66e50e5923fcd008ae2ae9ccd67 (diff) | |
| download | qpid-python-2fc957e3d28fa3b084ef334b702bb5116f60c462.tar.gz | |
qpid-1157: added jms tck scripts + README file + config file for setting email related properties
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@679105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cc/config/example-automation.xml')
| -rw-r--r-- | cc/config/example-automation.xml | 36 |
1 files changed, 15 insertions, 21 deletions
diff --git a/cc/config/example-automation.xml b/cc/config/example-automation.xml index 7dc69bd052..52dd135c24 100644 --- a/cc/config/example-automation.xml +++ b/cc/config/example-automation.xml @@ -20,9 +20,6 @@ under the License. <project name="qpid-example-automation"
buildafterfailed="false">
- <!-- Load environment variables -->
- <property environment="env" toupper="true"/>
-
<listeners>
<currentbuildstatuslistener file="logs/${project.name}/status.txt"/>
</listeners>
@@ -34,31 +31,28 @@ under the License. </modificationset>
<schedule interval="3600">
- <exec timeout="1800"
- command="/bin/bash"
- args="${env.CC_HOME}/cc/scripts/check_examples.sh"
- errorstr="FAILED"
- workingdir="./" />
+ <exec timeout="1800"
+ command="/bin/bash"
+ args="${env.CC_HOME}/cc/scripts/check_examples.sh"
+ errorstr="FAILED"
+ workingdir="./"/>
</schedule>
- <publishers>
- <artifactspublisher dest="artifacts/${project.name}"
+ <publishers>
+ <artifactspublisher dest="artifacts/${project.name}"
file="${env.CC_HOME}/broker.log"/>
- <artifactspublisher dest="artifacts/${project.name}"
+ <artifactspublisher dest="artifacts/${project.name}"
file="${env.CC_HOME}/script.log"/>
- <!--
- <email subjectprefix="CC report fro ${project.name}" mailhost="localhost"
- returnaddress="my_email"
- buildresultsurl="http://my_host:8080/buildresults/${project.name}"
- skipusers="false"
- reportsuccess="fixes"
+
+ <email subjectprefix="${mail.subject}: ${project.name}" mailhost="${mail.host}"
+ returnaddress="${mail.returnaddress}"
+ buildresultsurl="http://${env.HOSTNAME}:8080/buildresults/${project.name}"
+ skipusers="false"
+ reportsuccess="fixes"
spamwhilebroken="true">
- <always address="email"/>
- <map alias="name" address="email"/>
+ <always address="${mail.list}"/>
</email>
- -->
-
</publishers>
</project>
</cruisecontrol>
|
