equal
deleted
inserted
replaced
20 <file> |
20 <file> |
21 <type>log</type> |
21 <type>log</type> |
22 <name>Build Logs</name> |
22 <name>Build Logs</name> |
23 <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> |
23 <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> |
24 </file> |
24 </file> |
25 <#if "${ant['sf.spec.smoketest.enable']}" = "true"> |
25 <#if "${ant['sf.spec.smoketest.enable']}" = "true" && "${ant['sf.spec.ats.version']}" = "ats3"> |
26 <file> |
26 <file> |
27 <type>log</type> |
27 <type>log</type> |
28 <name>Smoke Test Report</name> |
28 <name>Smoke Test Report</name> |
29 <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> |
29 <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> |
|
30 </file> |
|
31 </#if> |
|
32 <#if "${ant['sf.spec.smoketest.enable']}" = "true" && "${ant['sf.spec.ats.version']}" = "ats4"> |
|
33 <file> |
|
34 <type>log</type> |
|
35 <name>Smoke Test Report</name> |
|
36 <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> |
30 </file> |
37 </file> |
31 </#if> |
38 </#if> |
32 <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true"> |
39 <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true"> |
33 <file> |
40 <file> |
34 <type>log</type> |
41 <type>log</type> |