Added exporting links to Diamonds for ATS4 Smoketest report
authorMaciej Seroka <maciejs@symbian.org>
Wed, 16 Jun 2010 10:12:38 +0100
changeset 1094 d34844e37d75
parent 1093 eb727f77b934
child 1095 ba7030efb4da
Added exporting links to Diamonds for ATS4 Smoketest report
common/diamonds/linksForDiamonds.xml.ftl
--- a/common/diamonds/linksForDiamonds.xml.ftl	Tue Jun 15 16:05:03 2010 +0100
+++ b/common/diamonds/linksForDiamonds.xml.ftl	Wed Jun 16 10:12:38 2010 +0100
@@ -22,13 +22,20 @@
       <name>Build Logs</name>
       <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_logs.zip</url>
     </file>
-    <#if "${ant['sf.spec.smoketest.enable']}" = "true">
+    <#if "${ant['sf.spec.smoketest.enable']}" = "true" && "${ant['sf.spec.ats.version']}" = "ats3">
       <file>
         <type>log</type>
         <name>Smoke Test Report</name>
         <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\ats_reports\ATS3Report.html</url>	  
       </file>
     </#if>
+    <#if "${ant['sf.spec.smoketest.enable']}" = "true" && "${ant['sf.spec.ats.version']}" = "ats4">
+      <file>
+        <type>log</type>
+        <name>Smoke Test Report</name>
+        <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\ats_reports\simplelogger\testreport.xml</url>	  
+      </file>
+    </#if>
     <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
       <file>
         <type>log</type>