[jbpm-commits] JBoss JBPM SVN: r6577 - jbpm3/branches/jbpm-3.2-soa/hudson/hudson-home.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 11 12:24:16 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-08-11 12:24:15 -0400 (Wed, 11 Aug 2010)
New Revision: 6577

Modified:
   jbpm3/branches/jbpm-3.2-soa/hudson/hudson-home/container.sh
Log:
JBPM-2916 change multicast address environment variable name to match the jboss hudson instance

Modified: jbpm3/branches/jbpm-3.2-soa/hudson/hudson-home/container.sh
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/hudson/hudson-home/container.sh	2010-08-11 14:34:42 UTC (rev 6576)
+++ jbpm3/branches/jbpm-3.2-soa/hudson/hudson-home/container.sh	2010-08-11 16:24:15 UTC (rev 6577)
@@ -10,7 +10,7 @@
 # DATABASE       db2, hsqldb, mssql, mysql, oracle, postgresql
 # CONTAINER      jboss405, jboss423, jboss501, jboss510
 # MYTESTIP_1     bind address
-# MCASTIP        multicast address
+# MCAST_ADDR     multicast address
 # SOURCE_REPO    location of jboss distributions
 
 # Determine JBoss AS version
@@ -134,7 +134,7 @@
 
 # Start JBoss AS
 $JBOSS_HOME/bin/run.sh -b $MYTESTIP_1 -c $JBOSS_SERVER -g jbpm3-$CONTAINER-$DATABASE \
-  -u $MCASTIP &> /dev/null &
+  -u $MCAST_ADDR &> /dev/null &
 
 # Was it successfully started?
 wget --spider --retry-connrefused --waitretry=24 --no-verbose $MYTESTIP_1:8080



More information about the jbpm-commits mailing list