common/build.postbuild.xml
changeset 600 01511de51fcd
parent 599 27e421bea313
child 619 5a46e24ea747
child 627 56a1d97e7c73
--- a/common/build.postbuild.xml	Tue Oct 06 11:58:10 2009 +0100
+++ b/common/build.postbuild.xml	Tue Oct 06 13:02:58 2009 +0100
@@ -487,6 +487,16 @@
           files: csv(${build.drive}/output/logs/analysis/tmp_yarp_files.csv,{separator:',',headers:[name,path,localpath]})
         </data>
       </fmpp>
+      <!-- Send the data to the server -->
+	  <exec executable="python">
+		    <arg value="${sf.common.config.dir}/tools/brag/send_xml_to_diamonds.py"/>
+		    <arg value="-s"/>
+		    <arg value="${diamonds.host}"/>
+		    <arg value="-u"/>
+		    <arg value="${diamonds.build.id}"/>
+		    <arg value="-f"/>
+		    <arg value="${build.log.dir}/sf-run-analysis.xml"/>
+	  </exec>
     </target>    
 
     <target name="sf-brag-to-diamonds">