common/diamonds/linksForDiamonds.xml.ftl
author Johan Groth <johang@symbian.org>
Fri, 10 Sep 2010 11:29:11 +0100
changeset 1251 0fc9e31020ea
parent 1094 d34844e37d75
child 1286 7ad2f93c7666
permissions -rw-r--r--
Bug 3679 Moved the copy statement of canonical_system_definition_${sf.spec.sysdef.configurations.list}.xml from generate-layers to sf-zip-logs as generate-layers is not used any longer.

<?xml version="1.0" encoding="utf-8"?>
<diamonds-build>
  <schema>14</schema>
  <files>
    <file>
      <type>log</type>
      <name>BRAG Summary</name>
      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\summary\_brag.xml</url>
    </file>
    <file>
      <type>log</type>
      <name>Raptor Build Summary</name>
      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\html\index.html</url>
    </file>
    <file>
      <type>log</type>
      <name>Build BOM</name>
      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_BOM.zip</url>
    </file>
    <file>
      <type>log</type>
      <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>
    <#if "${ant['sf.spec.smoketest.enable']}" = "true" && "${ant['sf.spec.ats.version']}" = "ats3">
      <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.smoketest.enable']}" = "true" && "${ant['sf.spec.ats.version']}" = "ats4">
      <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\simplelogger\testreport.xml</url>	  
      </file>
    </#if>
    <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
      <file>
        <type>log</type>
        <name>Binary Compatibility Report (Headerfiles)</name>
        <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>	  
      </file>
    </#if>
    <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true">
      <file>
        <type>log</type>
        <name>Binary Compatibility Report (Libraries)</name>
        <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>	  
      </file>
    </#if>
    <#if "${ant['sf.spec.bccheck.enable.dynamic']}" = "true">
      <file>
        <type>log</type>
        <name>Dynamic BC Test Reports</name>
        <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\ats_reports\index.html</url>	  
      </file>
    </#if>
   </files>
</diamonds-build>