1 [@--# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 # All rights reserved. |
|
3 # This component and the accompanying materials are made available |
|
4 # under the terms of "Eclipse Public License v1.0" |
|
5 # which accompanies this distribution, and is available |
|
6 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 # |
|
8 # Initial Contributors: |
|
9 # Nokia Corporation - initial contribution. |
|
10 # |
|
11 # Contributors: |
|
12 # |
|
13 # Description: |
|
14 # Template processed by GenDiamondsXml.pm |
|
15 # |
|
16 #--@] |
|
17 <?xml version="1.0" encoding="utf-8"?> |
|
18 <diamonds-build> |
|
19 <schema>[@--$ENV{DiamondsSchemaNum}--@]</schema> |
|
20 [@-- |
|
21 my $Path = ""; |
|
22 if($ENV{BuildSubType} eq "Daily") |
|
23 { |
|
24 $Path = 'file://///builds01/devbuilds/'.$ENV{Type}.'/logs/'."$ENV{BuildNumber}"; |
|
25 } |
|
26 elsif($ENV{BuildSubType} eq "Test") |
|
27 { |
|
28 $Path = 'file://///builds01/devbuilds/'.'Test_builds/'.$ENV{Type}.'/logs/'."$ENV{BuildNumber}"; |
|
29 } |
|
30 $OUT .=" |
|
31 <files> |
|
32 <file> |
|
33 <name>GT stage summary</name> |
|
34 <url>$Path/GT.summary.html</url> |
|
35 <type>log</type> |
|
36 </file> |
|
37 <file> |
|
38 <name>TV stage summary</name> |
|
39 <url>$Path/TV.summary.html</url> |
|
40 <type>log</type> |
|
41 </file> |
|
42 <file> |
|
43 <name>ROM stage summary</name> |
|
44 <url>$Path\\techviewroms"."$ENV{BuildNumber}.log</url> |
|
45 <type>log</type> |
|
46 </file> |
|
47 <file> |
|
48 <name>CBR stage summary</name> |
|
49 <url>$Path/$ENV{BuildNumber}"."_cbr.summary.html</url> |
|
50 <type>log</type> |
|
51 </file> |
|
52 <file> |
|
53 <name>CDB stage summary</name> |
|
54 <url>$Path/$ENV{BuildNumber}"."_cdb.summary.html</url> |
|
55 <type>log</type> |
|
56 </file> |
|
57 <file> |
|
58 <name>BUILD stage summary</name> |
|
59 <url>$Path/$ENV{BuildNumber}".".summary.html</url> |
|
60 <type>log</type> |
|
61 </file> |
|
62 </files>"; |
|
63 --@] |
|
64 </diamonds-build> |
|