common/diamonds/linksForDiamonds.xml.ftl
changeset 1286 7ad2f93c7666
parent 1094 d34844e37d75
equal deleted inserted replaced
1285:05c7556875df 1286:7ad2f93c7666
    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" && "${ant['sf.spec.ats.version']}" = "ats3">
       
    26       <file>
       
    27         <type>log</type>
       
    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>	  
       
    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>	  
       
    37       </file>
       
    38     </#if>
       
    39     <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
    25     <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
    40       <file>
    26       <file>
    41         <type>log</type>
    27         <type>log</type>
    42         <name>Binary Compatibility Report (Headerfiles)</name>
    28         <name>Binary Compatibility Report (Headerfiles)</name>
    43         <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>	  
    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>