[jboss-svn-commits] JBL Code SVN: r38089 - labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu May 17 04:17:49 EDT 2012
Author: paul.robinson
Date: 2012-05-17 04:17:47 -0400 (Thu, 17 May 2012)
New Revision: 38089
Modified:
labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
Fixed the script so that it doesn't fail when the jboss-as tag changes
Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh 2012-05-16 13:37:57 UTC (rev 38088)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh 2012-05-17 08:17:47 UTC (rev 38089)
@@ -41,7 +41,7 @@
fi
#START JBOSS
-export JBOSS_HOME=${WORKSPACE}/jboss-as/build/target/jboss-as-7.1.2.Final-SNAPSHOT
+export JBOSS_HOME="${WORKSPACE}/jboss-as/build/target/jboss-as-*"
$JBOSS_HOME/bin/standalone.sh --server-config=../../docs/examples/configs/standalone-xts.xml&
sleep 10
More information about the jboss-svn-commits
mailing list