common/diamonds/sf-run-analysis.xml.ftl
changeset 252 f7fc039dd3a3
parent 199 7bcb8b1ad9a6
child 364 4dc3b5b1577c
equal deleted inserted replaced
251:f3105028766d 252:f7fc039dd3a3
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 
     2 <diamonds-build>
     3 <diamonds-build>
     3   <schema>10</schema>
     4   <schema>10</schema>
       
     5   
       
     6 <#assign raptor_count=0/>
       
     7 <#list raptor_summary as raptor_item>
       
     8 <#assign raptor_count=raptor_count+1 />
       
     9 </#list>
     4 
    10 
     5   <faults>
    11   <faults>
     6     <total severity="error">${ant['sf.job.totalyarperrors']}</total>
    12     <total severity="error">${ant['sf.job.totalyarperrors']}</total>
     7     <total severity="warning">0</total>
    13     <total severity="warning">0</total>
     8     <total severity="warning_rvct_bad">0</total>
    14     <total severity="warning_rvct_bad">${raptor_count}</total>
     9     <total severity="warning_rvct_other">0</total>
    15     <total severity="warning_rvct_other">0</total>
    10     <total severity="codescanner_high">0</total>
    16     <total severity="codescanner_high">0</total>
    11     <total severity="codescanner_medium">0</total>
    17     <total severity="codescanner_medium">0</total>
    12     <total severity="codescanner_low">0</total>
    18     <total severity="codescanner_low">0</total>
    13   </faults>
    19   </faults>
    18       <type>log</type>
    24       <type>log</type>
    19       <name>${f.name}</name>
    25       <name>${f.name}</name>
    20       <url>file:///${f.path}</url>
    26       <url>file:///${f.path}</url>
    21     </file>
    27     </file>
    22     </#list>
    28     </#list>
       
    29     <file>
       
    30       <type>log</type>
       
    31       <name>Raptor summary</name>
       
    32       <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\logs\raptorbits\summary.csv</url>
       
    33     </file>
    23   </files>
    34   </files>
    24   
    35   
    25 </diamonds-build>
    36 </diamonds-build>