Author: heiko.braun(a)jboss.com
Date: 2008-02-07 15:31:36 -0500 (Thu, 07 Feb 2008)
New Revision: 5622
Modified:
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5-No-EJB3/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.1/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2-JDK6/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3-JDK6/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3/config.xml
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-5.0.0/config.xml
Log:
Use generic dist directory for native distribution tests
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5/config.xml 2008-02-07
20:29:39 UTC (rev 5621)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5/config.xml 2008-02-07
20:31:36 UTC (rev 5622)
@@ -32,7 +32,7 @@
#
# Deploy distro
#
-cd output/jbossws-native-(a)version.id@
+cd output/jbossws-native-dist
./build.sh $ENVIRONMENT deploy-jboss405
#
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>stack-native/output/jbossws-native-@version.id(a)/output/reports/*.xml</testResults>
+
<testResults>stack-native/output/jbossws-native-dist/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
Modified:
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5-No-EJB3/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5-No-EJB3/config.xml 2008-02-07
20:29:39 UTC (rev 5621)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.0.5-No-EJB3/config.xml 2008-02-07
20:31:36 UTC (rev 5622)
@@ -32,7 +32,7 @@
#
# Deploy distro
#
-cd output/jbossws-native-(a)version.id@
+cd output/jbossws-native-dist
./build.sh $ENVIRONMENT deploy-jboss405
#
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>stack-native/output/jbossws-native-@version.id(a)/output/reports/*.xml</testResults>
+
<testResults>stack-native/output/jbossws-native-dist/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.1/config.xml 2008-02-07
20:29:39 UTC (rev 5621)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.1/config.xml 2008-02-07
20:31:36 UTC (rev 5622)
@@ -32,7 +32,7 @@
#
# Deploy distro
#
-cd output/jbossws-native-(a)version.id@
+cd output/jbossws-native-dist
./build.sh $ENVIRONMENT deploy-jboss421
#
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>stack-native/output/jbossws-native-@version.id(a)/output/reports/*.xml</testResults>
+
<testResults>stack-native/output/jbossws-native-dist/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2/config.xml 2008-02-07
20:29:39 UTC (rev 5621)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2/config.xml 2008-02-07
20:31:36 UTC (rev 5622)
@@ -32,7 +32,7 @@
#
# Deploy distro
#
-cd output/jbossws-native-(a)version.id@
+cd output/jbossws-native-dist
./build.sh $ENVIRONMENT deploy-jboss422
#
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>stack-native/output/jbossws-native-@version.id(a)/output/reports/*.xml</testResults>
+
<testResults>stack-native/output/jbossws-native-dist/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2-JDK6/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2-JDK6/config.xml 2008-02-07
20:29:39 UTC (rev 5621)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.2-JDK6/config.xml 2008-02-07
20:31:36 UTC (rev 5622)
@@ -42,7 +42,7 @@
#
# Deploy distro
#
-cd output/jbossws-native-(a)version.id@
+cd output/jbossws-native-dist
./build.sh $ENVIRONMENT deploy-jboss422
#
@@ -73,7 +73,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>stack-native/output/jbossws-native-@version.id(a)/output/reports/*.xml</testResults>
+
<testResults>stack-native/output/jbossws-native-dist/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3/config.xml 2008-02-07
20:29:39 UTC (rev 5621)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3/config.xml 2008-02-07
20:31:36 UTC (rev 5622)
@@ -32,7 +32,7 @@
#
# Deploy distro
#
-cd output/jbossws-native-(a)version.id@
+cd output/jbossws-native-dist
./build.sh $ENVIRONMENT deploy-jboss423
#
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>stack-native/output/jbossws-native-@version.id(a)/output/reports/*.xml</testResults>
+
<testResults>stack-native/output/jbossws-native-dist/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3-JDK6/config.xml
===================================================================
---
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3-JDK6/config.xml 2008-02-07
20:29:39 UTC (rev 5621)
+++
framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-4.2.3-JDK6/config.xml 2008-02-07
20:31:36 UTC (rev 5622)
@@ -42,7 +42,7 @@
#
# Deploy distro
#
-cd output/jbossws-native-(a)version.id@
+cd output/jbossws-native-dist
./build.sh $ENVIRONMENT deploy-jboss423
#
@@ -73,7 +73,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>stack-native/output/jbossws-native-@version.id(a)/output/reports/*.xml</testResults>
+
<testResults>stack-native/output/jbossws-native-dist/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
Modified: framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-5.0.0/config.xml 2008-02-07
20:29:39 UTC (rev 5621)
+++ framework/trunk/hudson/hudson-home/jobs/Native-Distro-AS-5.0.0/config.xml 2008-02-07
20:31:36 UTC (rev 5622)
@@ -32,7 +32,7 @@
#
# Deploy distro
#
-cd output/jbossws-native-(a)version.id@
+cd output/jbossws-native-dist
./build.sh $ENVIRONMENT deploy-jboss500
#
@@ -63,7 +63,7 @@
</builders>
<publishers class="vector">
<hudson.tasks.junit.JUnitResultArchiver>
-
<testResults>stack-native/output/jbossws-native-@version.id(a)/output/reports/*.xml</testResults>
+
<testResults>stack-native/output/jbossws-native-dist/output/reports/*.xml</testResults>
</hudson.tasks.junit.JUnitResultArchiver>
<hudson.tasks.Mailer>
<recipients>@hudson.mail.recipients(a)</recipients>
Show replies by date