common/diamonds/linksForDiamonds.xml.ftl
changeset 774 5e3079346235
parent 773 6a54b486a5b4
child 777 77f4b6d2d3e0
equal deleted inserted replaced
773:6a54b486a5b4 774:5e3079346235
    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.ha']} == "true">
    25 	<#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
    26 	  <file>
    26 	  <file>
    27         <type>log</type>
    27         <type>log</type>
    28         <name>Binary Compatibility Report (Headerfiles)</name>
    28         <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>	  
    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>	  
    30 	  </file>
    30 	  </file>
    31 	</#if>
    31 	</#if>
    32 	<#if ${ant['sf.spec.bccheck.enable.la']} == "true">
    32 	<#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true">
    33 	  <file>
    33 	  <file>
    34         <type>log</type>
    34         <type>log</type>
    35         <name>Binary Compatibility Report (Libraries)</name>
    35         <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>	  
    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>	  
    37 	  </file>
    37 	  </file>