Files
2025-09-29 00:52:08 +02:00

22 lines
1.0 KiB
XML
Executable File

<?xml version='1.0'?>
<!--
File: %RS_TOOLSCONFIG%/automation/CodeBuilder2Task.xml
Author: Derek Ward <derek@rockstarnorth.com>
Date: 2 Dec 2013
-->
<Parameters>
<Parameter name="Notifications File" type="string" value="$(toolsconfig)/automation/tasks/notifications/CommandRunnerNotifications.xml" />
<Parameter name="Dispatch Scheme File" type="string" value="$(toolsconfig)/automation/tasks/jobdispatch/CommandRunnerJobDispatch.xml" />
<Parameter name="Path Monitoring File" type="string" value="$(toolsconfig)/automation/tasks/CommandRunnerMonitoring.xml" />
<Parameter name="Hours to Keep Completed Jobs" type="int" value="1" />
<Parameter name="Hours to Keep Pending Jobs" type="int" value="168" />
<Parameter name="CL Look Back Minutes" type="int" value ="5760" />
<Parameter name="Sync Dispatch" type="bool" value ="true" />
<Parameter name="Sync Commands" type="bool" value ="true" />
<Parameter name="Command XML Location" type="string" value="$(toolsconfig)/automation/tasks/commands/" />
</Parameters>