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.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true"> |
25 <file> |
26 <file> |
26 <type>log</type> |
|
27 <name>Smoke Test Report</name> |
|
28 <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 </file> |
|
30 <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true"> |
|
31 <file> |
27 <type>log</type> |
32 <type>log</type> |
28 <name>Binary Compatibility Report (Headerfiles)</name> |
33 <name>Binary Compatibility Report (Headerfiles)</name> |
29 <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> |
34 <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> |
30 </file> |
35 </file> |
31 </#if> |
36 </#if> |
32 <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true"> |
37 <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true"> |
33 <file> |
38 <file> |
34 <type>log</type> |
39 <type>log</type> |
35 <name>Binary Compatibility Report (Libraries)</name> |
40 <name>Binary Compatibility Report (Libraries)</name> |
36 <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> |
41 <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> |
37 </file> |
42 </file> |
38 </#if> |
43 </#if> |
39 </files> |
44 </files> |
40 </diamonds-build> |
45 </diamonds-build> |