[jbossws-commits] JBossWS SVN: r3443 - in branches/jbossws-2.0/build/hudson/hudson-home/jobs: Release-Matrix-Step1 and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jun 5 05:51:16 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-05 05:51:16 -0400 (Tue, 05 Jun 2007)
New Revision: 3443

Modified:
   branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml
   branches/jbossws-2.0/build/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml
   branches/jbossws-2.0/build/hudson/hudson-home/jobs/Release-Matrix-Step2/config.xml
Log:
Reschedule release matrix builds

Modified: branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml
===================================================================
--- branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml	2007-06-05 09:35:04 UTC (rev 3442)
+++ branches/jbossws-2.0/build/hudson/hudson-home/jobs/AS-Tests-AS-4.0/config.xml	2007-06-05 09:51:16 UTC (rev 3443)
@@ -30,7 +30,7 @@
 # build/deploy jbossws-native
 #
 cd $JBWSDIR/integration/native
-ant $ENVIRONMENT -Djboss40.home=$JBOSS_INSTANCE-ejb3 main
+ant $ENVIRONMENT -Djboss40.home=$JBOSS_INSTANCE-ejb3 jars
 ant $ENVIRONMENT -Djboss40.home=$JBOSS_INSTANCE deploy-jboss40
 
 #

Modified: branches/jbossws-2.0/build/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml
===================================================================
--- branches/jbossws-2.0/build/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml	2007-06-05 09:35:04 UTC (rev 3442)
+++ branches/jbossws-2.0/build/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml	2007-06-05 09:51:16 UTC (rev 3443)
@@ -13,7 +13,7 @@
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector">
     <hudson.triggers.TimerTrigger>
-      <spec>0 2 * * *</spec>
+      <spec>0 5 * * *</spec>
     </hudson.triggers.TimerTrigger>
   </triggers>
   <logRotator>

Modified: branches/jbossws-2.0/build/hudson/hudson-home/jobs/Release-Matrix-Step2/config.xml
===================================================================
--- branches/jbossws-2.0/build/hudson/hudson-home/jobs/Release-Matrix-Step2/config.xml	2007-06-05 09:35:04 UTC (rev 3442)
+++ branches/jbossws-2.0/build/hudson/hudson-home/jobs/Release-Matrix-Step2/config.xml	2007-06-05 09:51:16 UTC (rev 3443)
@@ -13,7 +13,7 @@
   <enableRemoteTrigger>false</enableRemoteTrigger>
   <triggers class="vector">
     <hudson.triggers.TimerTrigger>
-      <spec>0 3 * * *</spec>
+      <spec>0 6 * * *</spec>
     </hudson.triggers.TimerTrigger>
   </triggers>
   <logRotator>




More information about the jbossws-commits mailing list