[jbossws-commits] JBossWS SVN: r9069 - in legacy/branches: jbossws-1.2.1.GA_CP04/build/hudson/hudson-home and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jan 20 05:56:16 EST 2009


Author: alessio.soldano at jboss.com
Date: 2009-01-20 05:56:16 -0500 (Tue, 20 Jan 2009)
New Revision: 9069

Added:
   legacy/branches/jbossws-1.2.1.GA_CP/build/hudson/hudson-home/config.xml
   legacy/branches/jbossws-1.2.1.GA_CP04/build/hudson/hudson-home/config.xml
Log:
[JBPAPP-1634] Restoring hudson config (modified)


Added: legacy/branches/jbossws-1.2.1.GA_CP/build/hudson/hudson-home/config.xml
===================================================================
--- legacy/branches/jbossws-1.2.1.GA_CP/build/hudson/hudson-home/config.xml	                        (rev 0)
+++ legacy/branches/jbossws-1.2.1.GA_CP/build/hudson/hudson-home/config.xml	2009-01-20 10:56:16 UTC (rev 9069)
@@ -0,0 +1,136 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<hudson>
+  <numExecutors>1</numExecutors>
+  <useSecurity>true</useSecurity>
+  <systemMessage>
+<![CDATA[
+  <h2>JBossWS- at version.id@ QA Environment</h2>
+
+  <table>
+  <tr><th align=left>SVN:</th><td>@svn.url@</td></tr>
+  </table>
+  <p/>
+  
+  <b>Target Container</b>
+  <p/>
+  
+  <table>
+  <tr><th align=left>@hudson.jboss42.build@</th><td>-r at hudson.jboss42.rev@ @hudson.jboss42.url@</td></tr>
+  </table>
+]]>        
+  </systemMessage>
+  <jdks/>
+  <slaves/>
+  <quietPeriod>5</quietPeriod>
+  <views>
+    
+    <!-- JBossAS Testsuite -->
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>JBAS-Tests-AS-4.2</string>
+      </jobNames>
+      <name>JBossAS Testsuite</name>
+      <description>
+<![CDATA[
+  Run the JBossAS webservice testsuite.
+  <p/>
+  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
+]]>        
+  </description>
+    </view>
+    
+    <!-- JBossWS Local Testsuite 
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>JBWS-Local-Sanity-AS-5.0</string>
+        <string>JBWS-Local-Sanity-AS-4.2</string>
+        <string>JBWS-Local-Tests-AS-5.0</string>
+        <string>JBWS-Local-Tests-AS-4.2</string>
+      </jobNames>
+      <name>JBossWS Local Testsuite</name>
+      <description>
+<![CDATA[
+  Run the JBossWS testsuite from: @svn.basedir.local@
+  <p/>
+  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
+]]>        
+      </description>
+    </view>
+   -->      
+    
+    <!-- JBossWS Testsuite -->
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>JBWS-Tests-AS-4.2</string>
+      </jobNames>
+      <name>JBossWS Testsuite</name>
+      <description>
+<![CDATA[
+  Run the JBossWS testsuite.
+  <p/>
+  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
+]]>        
+      </description>
+    </view>
+    
+    <!-- JBossWS Samples -->
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>JBWS-Samples-AS-4.2</string>
+      </jobNames>
+      <name>JBossWS Samples</name>
+      <description>
+<![CDATA[
+  Run the JBossWS samples.
+  <p/>
+  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
+]]>        
+      </description>
+    </view>
+    
+    <!-- Release QA -->
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>Release-Matrix-Step1</string>
+        <string>Release-Matrix-Step2</string>
+      </jobNames>
+      <name>Release QA</name>
+      <description>
+<![CDATA[
+A collection of jobs that covers the JBossWS release matrix.
+<p/>
+<table border=1>
+<tr><th>&nbsp;</th><th>JBWS-Tests</th><th>JBAS-Tests</th><th>JBWS-Samples</th></tr>
+<tr align=center><th align=left>AS-4.2</th><td>ok</td><td>ok</td><td>ok</td></tr>
+</table>
+]]>        
+  </description>
+    </view>
+    
+    <!-- Target Container -->
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>AS-4.2</string>
+      </jobNames>
+      <name>Target Container</name>
+      <description>
+<![CDATA[
+  Build the supported target container. A successful build is a prerequisite for any testrun that targets the container.
+]]>        
+      </description>
+    </view>
+    
+  </views>
+</hudson>


Property changes on: legacy/branches/jbossws-1.2.1.GA_CP/build/hudson/hudson-home/config.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: legacy/branches/jbossws-1.2.1.GA_CP04/build/hudson/hudson-home/config.xml
===================================================================
--- legacy/branches/jbossws-1.2.1.GA_CP04/build/hudson/hudson-home/config.xml	                        (rev 0)
+++ legacy/branches/jbossws-1.2.1.GA_CP04/build/hudson/hudson-home/config.xml	2009-01-20 10:56:16 UTC (rev 9069)
@@ -0,0 +1,136 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<hudson>
+  <numExecutors>1</numExecutors>
+  <useSecurity>true</useSecurity>
+  <systemMessage>
+<![CDATA[
+  <h2>JBossWS- at version.id@ QA Environment</h2>
+
+  <table>
+  <tr><th align=left>SVN:</th><td>@svn.url@</td></tr>
+  </table>
+  <p/>
+  
+  <b>Target Container</b>
+  <p/>
+  
+  <table>
+  <tr><th align=left>@hudson.jboss42.build@</th><td>-r at hudson.jboss42.rev@ @hudson.jboss42.url@</td></tr>
+  </table>
+]]>        
+  </systemMessage>
+  <jdks/>
+  <slaves/>
+  <quietPeriod>5</quietPeriod>
+  <views>
+    
+    <!-- JBossAS Testsuite -->
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>JBAS-Tests-AS-4.2</string>
+      </jobNames>
+      <name>JBossAS Testsuite</name>
+      <description>
+<![CDATA[
+  Run the JBossAS webservice testsuite.
+  <p/>
+  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
+]]>        
+  </description>
+    </view>
+    
+    <!-- JBossWS Local Testsuite 
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>JBWS-Local-Sanity-AS-5.0</string>
+        <string>JBWS-Local-Sanity-AS-4.2</string>
+        <string>JBWS-Local-Tests-AS-5.0</string>
+        <string>JBWS-Local-Tests-AS-4.2</string>
+      </jobNames>
+      <name>JBossWS Local Testsuite</name>
+      <description>
+<![CDATA[
+  Run the JBossWS testsuite from: @svn.basedir.local@
+  <p/>
+  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
+]]>        
+      </description>
+    </view>
+   -->      
+    
+    <!-- JBossWS Testsuite -->
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>JBWS-Tests-AS-4.2</string>
+      </jobNames>
+      <name>JBossWS Testsuite</name>
+      <description>
+<![CDATA[
+  Run the JBossWS testsuite.
+  <p/>
+  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
+]]>        
+      </description>
+    </view>
+    
+    <!-- JBossWS Samples -->
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>JBWS-Samples-AS-4.2</string>
+      </jobNames>
+      <name>JBossWS Samples</name>
+      <description>
+<![CDATA[
+  Run the JBossWS samples.
+  <p/>
+  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
+]]>        
+      </description>
+    </view>
+    
+    <!-- Release QA -->
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>Release-Matrix-Step1</string>
+        <string>Release-Matrix-Step2</string>
+      </jobNames>
+      <name>Release QA</name>
+      <description>
+<![CDATA[
+A collection of jobs that covers the JBossWS release matrix.
+<p/>
+<table border=1>
+<tr><th>&nbsp;</th><th>JBWS-Tests</th><th>JBAS-Tests</th><th>JBWS-Samples</th></tr>
+<tr align=center><th align=left>AS-4.2</th><td>ok</td><td>ok</td><td>ok</td></tr>
+</table>
+]]>        
+  </description>
+    </view>
+    
+    <!-- Target Container -->
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>AS-4.2</string>
+      </jobNames>
+      <name>Target Container</name>
+      <description>
+<![CDATA[
+  Build the supported target container. A successful build is a prerequisite for any testrun that targets the container.
+]]>        
+      </description>
+    </view>
+    
+  </views>
+</hudson>


Property changes on: legacy/branches/jbossws-1.2.1.GA_CP04/build/hudson/hudson-home/config.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jbossws-commits mailing list