# HG changeset patch # User Maciej Seroka # Date 1263548767 0 # Node ID 61bf41df2efd2c85737564ae0ea7045f906e1cc4 # Parent 385ad61f2ab37546138e24a594ff73cb2936da05 Added new property for publishing Smoke Test Report diff -r 385ad61f2ab3 -r 61bf41df2efd common/common_props.ant.xml --- a/common/common_props.ant.xml Tue Jan 12 11:46:00 2010 +0000 +++ b/common/common_props.ant.xml Fri Jan 15 09:46:07 2010 +0000 @@ -110,6 +110,9 @@ + + + diff -r 385ad61f2ab3 -r 61bf41df2efd common/diamonds/linksForDiamonds.xml.ftl --- 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 @@ Build Logs file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_logs.zip - - log - Smoke Test Report - file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\ats_reports\ATS3Report.html - + <#if "${ant['sf.spec.smoketest.enable']}" = "true"> + + log + Smoke Test Report + file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\ats_reports\ATS3Report.html + + <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true"> log diff -r 385ad61f2ab3 -r 61bf41df2efd sf-package/package_props.ant.xml --- a/sf-package/package_props.ant.xml Tue Jan 12 11:46:00 2010 +0000 +++ b/sf-package/package_props.ant.xml Fri Jan 15 09:46:07 2010 +0000 @@ -28,6 +28,8 @@ + +