common/diamonds/linksForDiamonds.xml.ftl
changeset 845 61bf41df2efd
parent 821 b24df46a3102
child 846 4ae1d9d987f6
--- a/common/diamonds/linksForDiamonds.xml.ftl	Tue Jan 12 11:46:00 2010 +0000
+++ b/common/diamonds/linksForDiamonds.xml.ftl	Fri Jan 15 09:46:07 2010 +0000
@@ -22,11 +22,13 @@
       <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>
-    <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.smoketest.enable']}" = "true">
+      <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.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
       <file>
         <type>log</type>