Skip to content
Snippets Groups Projects
Commit ebc0b23b authored by david_williams's avatar david_williams
Browse files

adjust logs and time for cleanup task

parent 1420aa2a
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@
<project requireModification="false"
name="cleanup-artifacts-B">
<schedule
interval="${time.oneHour}">
interval="${time.twentyFourHours}">
<exec
workingdir="${env.BUILD_HOME}/releng.control"
command="${env.BUILD_HOME}/releng.control/cleanupArtifacts.sh">
......@@ -123,6 +123,10 @@
especially since the ant default antpublisher will
result in error, if an ant build hasn't ran! -->
<publishers>
<antpublisher>
</antpublisher>
<htmlemail>
</htmlemail>
</publishers>
</project>
<project
......@@ -217,7 +221,7 @@
name="patches-R1.5-P"
forceOnly="true">
<schedule
interval="${time.oneHour}">
interval="${time.veryLongTime}">
<ant>
<property
name="buildType"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment