common/diamonds/linksForDiamonds.xml.ftl
author Maciej Seroka <maciejs@symbian.org>
Fri, 20 Nov 2009 13:04:41 +0000
changeset 783 b740d5b2ce61
parent 777 77f4b6d2d3e0
child 821 b24df46a3102
permissions -rw-r--r--
Added conditions for BC check results to be published
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>
783
b740d5b2ce61 Added conditions for BC check results to be published
Maciej Seroka <maciejs@symbian.org>
parents: 777
diff changeset
    25
	<#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
773
6a54b486a5b4 Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents: 769
diff changeset
    26
	  <file>
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>
6a54b486a5b4 Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents: 769
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>	  
6a54b486a5b4 Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents: 769
diff changeset
    30
	  </file>
6a54b486a5b4 Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents: 769
diff changeset
    31
	</#if>
783
b740d5b2ce61 Added conditions for BC check results to be published
Maciej Seroka <maciejs@symbian.org>
parents: 777
diff changeset
    32
	<#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true">
773
6a54b486a5b4 Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents: 769
diff changeset
    33
	  <file>
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>
6a54b486a5b4 Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents: 769
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>	  
6a54b486a5b4 Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents: 769
diff changeset
    37
	  </file>
6a54b486a5b4 Added Static BC reports for Platform Builds
Maciej Seroka <maciejs@symbian.org>
parents: 769
diff changeset
    38
	</#if>	
695
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
   </files>
1eaeee12c3d1 Send to Diamonds only 3 links: brag, build bom, build logs
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
</diamonds-build>