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

52 lines
2.6 KiB
XML
Executable File

<?xml version='1.0'?>
<!--
File: %RS_TOOLSCONFIG%/automation/AssetBuilderTask.xml
Author: Luke Openshaw <luke.openshaw@rockstarnorth.com>
Date: 8 October 2012
-->
<Parameters>
<Parameter name="Notifications File" type="string" value="$(toolsconfig)/automation/tasks/notifications/AssetBuilderNotifications.xml" />
<Parameter name="Dispatch Scheme File" type="string" value="$(toolsconfig)/automation/tasks/jobdispatch/AssetBuilderJobDispatch.xml" />
<Parameter name="Hours to Keep Completed Jobs" type="int" value="96" />
<!-- These parameters configure the monitoring of perforce -->
<Parameter name="Monitor DLC Projects" type="bool" value="true" />
<Parameter name="Monitor Core Project" type="bool" value="true" />
<Parameter name="Path Monitoring File" type="string" value="$(toolsconfig)/automation/tasks/AssetBuilderMonitoring.xml" />
<!-- These parameters control the assetbuilder job binding ( skip consumption )
Off, // No binding whatsoever
SourceFilenames, // Bind on source filename
ContentTreeOutputFilenames // Bind on Content Tree Output
-->
<Parameter name="Job Bind Mode" type="String" value="Off" />
<!-- Limit the binding of jobs to jobs only of the same type of trigger
- this has the effect of ensuring rebuilds don't bind with changelist triggered jobs
-->
<Parameter name="Job Binding Only Bind Similar Trigger Types" type="bool" value="true" />
<!-- Sends an email about the jobs that have binded to tools. -->
<Parameter name="Email job binding" type="bool" value="true" />
<!-- Stops the binding as soon as the email above was sent. -->
<Parameter name="Dont bind after email" type="bool" value="false" />
<!-- These bugstar parameters can be used by any type of task -->
<Parameter name="Bugstar Login Username" type="string" value="tools.automation" />
<Parameter name="Bugstar Login Password" type="string" value="s95KA4Ruya" />
<Parameter name="Bugstar Login Domain" type="string" value="" />
<!-- 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="true" />
<Parameter name="Auto Sync Content Tree" type="bool" value="true" />
</Parameters>