common/diamonds/linksForDiamonds.xml.ftl
author Simon Howkins <simonh@symbian.org>
Tue, 19 Oct 2010 11:11:40 +0100
changeset 1309 2ea5b5b66973
parent 1286 7ad2f93c7666
permissions -rw-r--r--
Adjusted release tagging, so that it clones from the package source, not dst, and hence it's much less likely that the tagging operation will create multiple heads on the TAGS branch.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
695
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
<diamonds-build>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
  <schema>14</schema>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
  <files>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
    <file>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
      <type>log</type>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
      <name>BRAG Summary</name>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
      <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>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
    </file>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
    <file>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
      <type>log</type>
769
81fe60d54485 Add Raptor Build Summary to the links for Diamonds
Dario Sestito <darios@symbian.org>
parents: 695
diff changeset
    12
      <name>Raptor Build Summary</name>
81fe60d54485 Add Raptor Build Summary to the links for Diamonds
Dario Sestito <darios@symbian.org>
parents: 695
diff changeset
    13
      <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>
81fe60d54485 Add Raptor Build Summary to the links for Diamonds
Dario Sestito <darios@symbian.org>
parents: 695
diff changeset
    14
    </file>
81fe60d54485 Add Raptor Build Summary to the links for Diamonds
Dario Sestito <darios@symbian.org>
parents: 695
diff changeset
    15
    <file>
81fe60d54485 Add Raptor Build Summary to the links for Diamonds
Dario Sestito <darios@symbian.org>
parents: 695
diff changeset
    16
      <type>log</type>
695
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
      <name>Build BOM</name>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
      <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>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
    </file>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
    <file>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
      <type>log</type>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
      <name>Build Logs</name>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    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>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
    </file>
821
b24df46a3102 Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents: 783
diff changeset
    25
    <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
b24df46a3102 Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents: 783
diff changeset
    26
      <file>
773
6a54b486a5b4 Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents: 769
diff changeset
    27
        <type>log</type>
6a54b486a5b4 Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents: 769
diff changeset
    28
        <name>Binary Compatibility Report (Headerfiles)</name>
821
b24df46a3102 Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents: 783
diff changeset
    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>	  
b24df46a3102 Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents: 783
diff changeset
    30
      </file>
b24df46a3102 Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents: 783
diff changeset
    31
    </#if>
b24df46a3102 Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents: 783
diff changeset
    32
    <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true">
b24df46a3102 Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents: 783
diff changeset
    33
      <file>
773
6a54b486a5b4 Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents: 769
diff changeset
    34
        <type>log</type>
6a54b486a5b4 Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents: 769
diff changeset
    35
        <name>Binary Compatibility Report (Libraries)</name>
821
b24df46a3102 Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents: 783
diff changeset
    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>	  
b24df46a3102 Implemented exporting Smoke Test Report to Diamonds
Maciej Seroka <maciejs@symbian.org>
parents: 783
diff changeset
    37
      </file>
846
4ae1d9d987f6 Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents: 845
diff changeset
    38
    </#if>
4ae1d9d987f6 Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents: 845
diff changeset
    39
    <#if "${ant['sf.spec.bccheck.enable.dynamic']}" = "true">
4ae1d9d987f6 Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents: 845
diff changeset
    40
      <file>
4ae1d9d987f6 Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents: 845
diff changeset
    41
        <type>log</type>
4ae1d9d987f6 Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents: 845
diff changeset
    42
        <name>Dynamic BC Test Reports</name>
4ae1d9d987f6 Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents: 845
diff changeset
    43
        <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>	  
4ae1d9d987f6 Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents: 845
diff changeset
    44
      </file>
4ae1d9d987f6 Implemented publishing Dynamic BC Test Reports
Maciej Seroka <maciejs@symbian.org>
parents: 845
diff changeset
    45
    </#if>
695
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
   </files>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
</diamonds-build>