[jbpm-commits] JBoss JBPM SVN: r2791 - in jbpm3/trunk/hudson/hudson-home/jobs: jBPM3-Matrix and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 7 04:44:41 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-07 04:44:41 -0500 (Fri, 07 Nov 2008)
New Revision: 2791

Added:
   jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-Matrix/
   jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-Matrix/config.xml
Removed:
   jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-Matrix/
Log:
Add jBPM3-ShortMatrix

Added: jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-Matrix/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-Matrix/config.xml	                        (rev 0)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-Matrix/config.xml	2008-11-07 09:44:41 UTC (rev 2791)
@@ -0,0 +1,88 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<matrix-project>
+  <actions class="java.util.concurrent.CopyOnWriteArrayList"/>
+  <description>Build and test the @version.id@ Matrix</description>
+  <logRotator>
+    <daysToKeep>28</daysToKeep>
+    <numToKeep>-1</numToKeep>
+  </logRotator>
+  <keepDependencies>false</keepDependencies>
+  <properties>
+    <hudson.security.AuthorizationMatrixProperty/>
+  </properties>
+  <scm class="hudson.scm.SubversionSCM">
+    <locations>
+      <hudson.scm.SubversionSCM_-ModuleLocation>
+        <remote>@hudson.jbpm.url@</remote>
+        <local>jbpm</local>
+      </hudson.scm.SubversionSCM_-ModuleLocation>
+    </locations>
+    <useUpdate>true</useUpdate>
+    <browser class="hudson.scm.browsers.FishEyeSVN">
+      <url>http://fisheye.jboss.com/browse/JbpmSvn/</url>
+      <rootModule></rootModule>
+    </browser>
+  </scm>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <triggers class="vector">
+    <hudson.triggers.TimerTrigger>
+      <spec>0 0 * * *</spec>
+    </hudson.triggers.TimerTrigger>
+  </triggers>
+  <axes>
+    <axis>
+      <name>container</name>
+      <values>
+        <string>jboss422</string>
+      </values>
+    </axis>
+    <axis>
+      <name>database</name>
+      <values>
+        <string>hsqldb</string>
+        <string>mysql</string>
+        <string>postgresql</string>
+      </values>
+    </axis>
+    <axis>
+      <name>jdk</name>
+      <values>
+        <string>jdk1.5</string>
+      </values>
+    </axis>
+  </axes>
+  <builders>
+    <hudson.tasks.Shell>
+      <command>
+WORKSPACE=`pwd`
+JBPMDIR=$WORKSPACE/jbpm
+
+export CONTAINER=$container
+export DATABASE=$database
+
+export HUDSON_BASE=@hudson.base@
+export JBPM_VERSION=@version.id@
+export JBOSS_SERVER=@jboss.server.instance@
+export JBOSS_BINDADDR=@jboss.bind.address@
+
+#
+# call command.sh 
+#
+# /bin/sh $HUDSON_BASE/hudson-home/command.sh
+/bin/sh $JBPMDIR/hudson/hudson-home/command.sh
+      </command>
+    </hudson.tasks.Shell>
+  </builders>
+  <publishers class="vector">
+    <hudson.tasks.junit.JUnitResultArchiver>
+      <testResults>jbpm/modules/**/target/surefire-reports/TEST-*.xml</testResults>
+    </hudson.tasks.junit.JUnitResultArchiver>
+    <hudson.tasks.Mailer>
+      <recipients>@hudson.mail.recipients@</recipients>
+      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+      <sendToIndividuals>true</sendToIndividuals>
+    </hudson.tasks.Mailer>
+  </publishers>
+  <buildWrappers/>
+</matrix-project>




More information about the jbpm-commits mailing list