[jbpm-commits] JBoss JBPM SVN: r2015 - in jbpm3/trunk/hudson: hudson-home/jobs/jBPM-Matrix and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 26 06:24:26 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-08-26 06:24:26 -0400 (Tue, 26 Aug 2008)
New Revision: 2015

Modified:
   jbpm3/trunk/hudson/ant.properties.example
   jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/command.sh
   jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/config.xml
   jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml
   jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml
Log:
Enable more Matrix Axis

Modified: jbpm3/trunk/hudson/ant.properties.example
===================================================================
--- jbpm3/trunk/hudson/ant.properties.example	2008-08-26 10:04:00 UTC (rev 2014)
+++ jbpm3/trunk/hudson/ant.properties.example	2008-08-26 10:24:26 UTC (rev 2015)
@@ -44,6 +44,6 @@
 hudson.mail.recipients=
 hudson.smtp.host=localhost
 
-# Hudson setup
+# Hudson (1.251)
 apache-tomcat=5.5.20
-sun-hudson=1.226
+sun-hudson=2402/108356
\ No newline at end of file

Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/command.sh
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/command.sh	2008-08-26 10:04:00 UTC (rev 2014)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/command.sh	2008-08-26 10:24:26 UTC (rev 2015)
@@ -4,7 +4,7 @@
 JBPMDIR=$WORKSPACE/jbpm
 JBOSSDIR=$WORKSPACE/$CONTAINER
 DISTRODIR=$JBPMDIR/modules/distribution/target
-JBOSS_BINDADDR=@jboss.bind.address@
+JBOSS_BINDADDR=@jboss.bind.address@$EXECUTOR_NUMBER
 
 case "$CONTAINER" in
     jboss421*)

Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/config.xml	2008-08-26 10:04:00 UTC (rev 2014)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/config.xml	2008-08-26 10:24:26 UTC (rev 2015)
@@ -31,6 +31,7 @@
       <name>container</name>
       <values>
         <string>jboss421</string>
+        <string>jboss422</string>
       </values>
     </axis>
     <axis>
@@ -43,6 +44,7 @@
       <name>jdk</name>
       <values>
         <string>jdk1.5</string>
+        <string>jdk1.6</string>
       </values>
     </axis>
   </axes>

Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml	2008-08-26 10:04:00 UTC (rev 2014)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml	2008-08-26 10:24:26 UTC (rev 2015)
@@ -11,12 +11,12 @@
     <hudson.model.ParametersDefinitionProperty>
       <parameterDefinitions>
         <hudson.model.StringParameterDefinition>
-          <name>container</name>
+          <name>CONTAINER</name>
           <optional>false</optional>
           <defaultValue>jboss422</defaultValue>
         </hudson.model.StringParameterDefinition>
         <hudson.model.StringParameterDefinition>
-          <name>database</name>
+          <name>DATABASE</name>
           <optional>false</optional>
           <defaultValue>hypersonic</defaultValue>
         </hudson.model.StringParameterDefinition>
@@ -44,9 +44,6 @@
   <builders>
     <hudson.tasks.Shell>
       <command> 
-export CONTAINER=$container
-export DATABASE=$database
-
 #
 # call command.sh 
 #

Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml	2008-08-26 10:04:00 UTC (rev 2014)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml	2008-08-26 10:24:26 UTC (rev 2015)
@@ -11,12 +11,12 @@
     <hudson.model.ParametersDefinitionProperty>
       <parameterDefinitions>
         <hudson.model.StringParameterDefinition>
-          <name>container</name>
+          <name>CONTAINER</name>
           <optional>false</optional>
           <defaultValue>jboss422</defaultValue>
         </hudson.model.StringParameterDefinition>
         <hudson.model.StringParameterDefinition>
-          <name>database</name>
+          <name>DATABASE</name>
           <optional>false</optional>
           <defaultValue>hypersonic</defaultValue>
         </hudson.model.StringParameterDefinition>
@@ -44,9 +44,6 @@
   <builders>
     <hudson.tasks.Shell>
       <command> 
-export CONTAINER=$container
-export DATABASE=$database
-
 #
 # call command.sh 
 #




More information about the jbpm-commits mailing list