common/diamonds/linksForDiamonds.xml.ftl
changeset 821 b24df46a3102
parent 783 b740d5b2ce61
child 845 61bf41df2efd
--- a/common/diamonds/linksForDiamonds.xml.ftl	Wed Dec 09 15:55:13 2009 +0000
+++ b/common/diamonds/linksForDiamonds.xml.ftl	Thu Dec 10 15:51:05 2009 +0000
@@ -22,19 +22,24 @@
       <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.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
-	  <file>
+    <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 "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
+      <file>
         <type>log</type>
         <name>Binary Compatibility Report (Headerfiles)</name>
-		<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\BC\headers_report.xml</url>	  
-	  </file>
-	</#if>
-	<#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true">
-	  <file>
+        <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\BC\headers_report.xml</url>	  
+      </file>
+    </#if>
+    <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true">
+      <file>
         <type>log</type>
         <name>Binary Compatibility Report (Libraries)</name>
-		<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\BC\libraries_report.xml</url>	  
-	  </file>
-	</#if>	
+        <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\BC\libraries_report.xml</url>	  
+      </file>
+    </#if>	
    </files>
 </diamonds-build>
\ No newline at end of file