[jbossws-commits] JBossWS SVN: r3388 - in trunk/build/hudson/hudson-home/jobs: AS-5.0 and 18 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Jun 2 07:46:47 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-02 07:46:47 -0400 (Sat, 02 Jun 2007)
New Revision: 3388

Modified:
   trunk/build/hudson/hudson-home/jobs/AS-4.2/config.xml
   trunk/build/hudson/hudson-home/jobs/AS-5.0/config.xml
   trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml
   trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml
   trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml
   trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml
   trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml
   trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml
   trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml
   trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml
   trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml
   trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml
   trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml
   trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml
   trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml
   trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml
   trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml
   trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml
   trunk/build/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml
   trunk/build/hudson/hudson-home/jobs/Release-Matrix-Step2/config.xml
Log:
Keep 20 builds max

Modified: trunk/build/hudson/hudson-home/jobs/AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/AS-4.2/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/AS-4.2/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -63,8 +63,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build AS-4.2</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build AS-4.2</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/AS-5.0/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/AS-5.0/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -63,8 +63,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build AS-5.0</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build AS-5.0</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-4.2/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -100,8 +100,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Run the AS-4.2 webservice testsuite agains jbossws- at version.id@</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Run the AS-4.2 webservice testsuite agains jbossws- at version.id@</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/AS-Tests-AS-5.0/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -100,8 +100,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Run the AS-5.0 webservice testsuite agains jbossws- at version.id@</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Run the AS-5.0 webservice testsuite agains jbossws- at version.id@</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-4.2/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -87,8 +87,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws- at version.id@ against AS-4.2</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws- at version.id@ against AS-4.2</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Core-Tests-AS-5.0/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -92,8 +92,12 @@
 */10 * * * *</spec>
     </hudson.triggers.SCMTrigger>
   </triggers>
-  <description>Build and test jbossws- at version.id@ against AS-5.0</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws- at version.id@ against AS-5.0</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-4.2/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -95,8 +95,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws-native- at version.id@ against AS-4.2</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws-native- at version.id@ against AS-4.2</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Distro-Native-AS-5.0/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -95,8 +95,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws-native- at version.id@ against AS-5.0</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws-native- at version.id@ against AS-5.0</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -95,8 +95,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws-sunri- at version.id@ against AS-4.2</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws-sunri- at version.id@ against AS-4.2</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -95,8 +95,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws-sunri- at version.id@ against AS-5.0</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws-sunri- at version.id@ against AS-5.0</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -95,8 +95,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws-xfire- at version.id@ against AS-4.2</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws-xfire- at version.id@ against AS-4.2</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -95,8 +95,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws-xfire- at version.id@ against AS-5.0</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws-xfire- at version.id@ against AS-5.0</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-4.2/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -87,8 +87,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws- at version.id@ against AS-4.2</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws- at version.id@ against AS-4.2</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Integration-Native-AS-5.0/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -87,8 +87,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws- at version.id@ against AS-5.0</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws- at version.id@ against AS-5.0</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -87,8 +87,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws- at version.id@ against AS-4.2</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws- at version.id@ against AS-4.2</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -87,8 +87,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws- at version.id@ against AS-5.0</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws- at version.id@ against AS-5.0</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -87,8 +87,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws- at version.id@ against AS-4.2</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws- at version.id@ against AS-4.2</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -87,8 +87,12 @@
   <disabled>false</disabled>
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector"/>
-  <description>Build and test jbossws- at version.id@ against AS-5.0</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build and test jbossws- at version.id@ against AS-5.0</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -16,8 +16,12 @@
       <spec>0 2 * * *</spec>
     </hudson.triggers.TimerTrigger>
   </triggers>
-  <description>Build the relase matrix target containers.</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Build the relase matrix target containers.</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file

Modified: trunk/build/hudson/hudson-home/jobs/Release-Matrix-Step2/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/jobs/Release-Matrix-Step2/config.xml	2007-06-01 22:34:58 UTC (rev 3387)
+++ trunk/build/hudson/hudson-home/jobs/Release-Matrix-Step2/config.xml	2007-06-02 11:46:47 UTC (rev 3388)
@@ -16,8 +16,12 @@
       <spec>0 3 * * *</spec>
     </hudson.triggers.TimerTrigger>
   </triggers>
-  <description>Run the entire JBossWS relase matrix</description>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
   <keepDependencies>false</keepDependencies>
   <properties/>
+  <description>Run the entire JBossWS relase matrix</description>
   <actions class="vector"/>
 </project>
\ No newline at end of file




More information about the jbossws-commits mailing list