Author: alessio.soldano(a)jboss.com
Date: 2008-12-12 09:58:47 -0500 (Fri, 12 Dec 2008)
New Revision: 8896
Modified:
framework/trunk/hudson/hudson-home/jobs/Maven-Repository-Clean/config.xml
framework/trunk/hudson/hudson-home/jobs/Weekend-Matrix/config.xml
Log:
[JBWS-2420] Running maven repo cleanup job on Saturday and Weekend job on Saturday and
Sunday + scheduling them a bit earlier as they take more time.
Modified: framework/trunk/hudson/hudson-home/jobs/Maven-Repository-Clean/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Maven-Repository-Clean/config.xml 2008-12-12
14:55:32 UTC (rev 8895)
+++ framework/trunk/hudson/hudson-home/jobs/Maven-Repository-Clean/config.xml 2008-12-12
14:58:47 UTC (rev 8896)
@@ -30,7 +30,11 @@
<canRoam>true</canRoam>
<disabled>false</disabled>
<enableRemoteTrigger>false</enableRemoteTrigger>
- <triggers class="vector"/>
+ <triggers class="vector">
+ <hudson.triggers.TimerTrigger>
+ <spec>50 16 * * 6</spec>
+ </hudson.triggers.TimerTrigger>
+ </triggers>
<logRotator>
<daysToKeep>-1</daysToKeep>
<numToKeep>20</numToKeep>
Modified: framework/trunk/hudson/hudson-home/jobs/Weekend-Matrix/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Weekend-Matrix/config.xml 2008-12-12 14:55:32
UTC (rev 8895)
+++ framework/trunk/hudson/hudson-home/jobs/Weekend-Matrix/config.xml 2008-12-12 14:58:47
UTC (rev 8896)
@@ -3,7 +3,7 @@
<builders class="vector"/>
<publishers class="vector">
<hudson.tasks.BuildTrigger>
- <childProjects>Maven-Repository-Clean, AS-4.2.2, AS-4.2.3, AS-4.2.4,
AS-5.0.0, AS-5.0.1, AS-5.1.0, AS-Tests-ALL, Native-ALL, CXF-ALL,
Metro-ALL</childProjects>
+ <childProjects>AS-4.2.2, AS-4.2.3, AS-4.2.4, AS-5.0.0, AS-5.0.1, AS-5.1.0,
AS-Tests-ALL, Native-ALL, CXF-ALL, Metro-ALL</childProjects>
</hudson.tasks.BuildTrigger>
</publishers>
<buildWrappers class="vector"/>
@@ -13,7 +13,7 @@
<enableRemoteTrigger>false</enableRemoteTrigger>
<triggers class="vector">
<hudson.triggers.TimerTrigger>
- <spec>0 19 * * 6</spec>
+ <spec>0 17 * * 6-7</spec>
</hudson.triggers.TimerTrigger>
</triggers>
<logRotator>
Show replies by date