29 lines
1.5 KiB
XML
Executable File
29 lines
1.5 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/CutSceneRPFBuilderNotifications.xml" />
|
|
<Parameter name="Dispatch Scheme File" type="string" value="$(toolsconfig)/automation/tasks/jobdispatch/CutSceneRPFBuilderDispatch.xml" />
|
|
<Parameter name="Path Monitoring File" type="string" value="$(toolsconfig)/automation/tasks/CutSceneRPFBuilderMonitoring.xml" />
|
|
<Parameter name="Hours to Keep Completed Jobs" type="int" value="36" />
|
|
<Parameter name="Hours to Keep Pending Jobs" type="int" value="24" />
|
|
<Parameter name="Sync Dispatch" type="bool" value ="true" />
|
|
<Parameter name="CL Look Back Minutes" type="int" value="500" />
|
|
|
|
<Parameter name="Task Priority" type="string" value="High" />
|
|
|
|
<!-- These parameters configure the 'tools auto sync' ( and service restart ) of tools & content tree. -->
|
|
<!-- When set to true by any task running, the hosting automation server service will periodically poll for changes -->
|
|
<!-- if changes are found the bootstrapping will bounce the service before it processes a job -->
|
|
<!-- 'DisableConfigSync' commandline option can also disable this. -->
|
|
<Parameter name="Auto Sync Tools Config" type="bool" value="false" />
|
|
<Parameter name="Auto Sync Content Tree" type="bool" value="false" />
|
|
|
|
</Parameters>
|
|
|
|
|