[jbpm-commits] JBoss JBPM SVN: r2016 - jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix.

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


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

Modified:
   jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/command.sh
Log:
Build target container optionally

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:24:26 UTC (rev 2015)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/command.sh	2008-08-26 10:35:03 UTC (rev 2016)
@@ -29,10 +29,21 @@
 if [ ! -d "$JBOSSDIR" ]; then
    cd $WORKSPACE 
    svn co -r$JBOSS_REV $JBOSS_SVN $CONTAINER
-   $JBOSSDIR/build/build.sh clean main
+else
+   cd $WORKSPACE 
+   svn up -r$JBOSS_REV $CONTAINER
 fi
+
         
 #
+# Build target container
+#
+if [ ! -d $JBOSS_INSTANCE ]; then
+   cd $JBOSSDIR
+   ./build/build.sh clean main
+fi
+
+#
 # Verify build
 #
 if [ ! -d $JBOSS_INSTANCE ]; then




More information about the jbpm-commits mailing list