Files
gtav-src/tools_ng/etc/CruiseControl/rage/tools/Maintenance.dtd
T
2025-09-29 00:52:08 +02:00

49 lines
1.9 KiB
DTD
Executable File

<project
xmlns:cb="urn:ccnet.config.builder"
name="$(projectFullName)"
queue="$(queueName)"
queuePriority="1">
<workingDirectory>$(workingDir)</workingDirectory>
<artifactDirectory>$(buildDir)\maintenance_artifacts</artifactDirectory>
<category>System</category>
<webURL>$(webURLServer)/$(webURLDir)/$(webURLPage)</webURL>
<triggers>
<scheduleTrigger time="6:00" buildCondition="ForceBuild" name="Scheduled" />
</triggers>
<state type="state" directory="$(buildDir)"/>
<cb:include href="$(sourceControlFile)"/>
<tasks>
<msbuild>
<executable>$(msBuildExecutable)</executable>
<projectFile>$(projectFile)</projectFile>
<buildArgs>/p:rageDir=$(rageDir);perforceClient=$(gamePerforceClient);perforcePort=$(gamePerforcePort);perforceUser=$(gamePerforceUser);buildDir=$(buildDir);sharedDir=$(sharedDir);rageTasksDLL=$(rageTasksDLL);standardEmailsFile=$(standardEmailsFile) /v:minimal</buildArgs>
<targets>RebuildEmailConfigFiles</targets>
<logger>ThoughtWorks.CruiseControl.MsBuild.XmlLogger,&quot;$(workingDir)\ThoughtWorks.CruiseControl.MsBuild.dll&quot;</logger>
<timeout>14400</timeout>
</msbuild>
</tasks>
<publishers>
<xmllogger />
<statistics/>
<!-- WARNING: Consult Michael Mattes (michael.mattes@rockstarsandiego.com) before using these Smtp Email Server settings anywhere else. -->
<email xmlns:cb="urn:ccnet.config.builder"
from="ragebuilds@rockstarsandiego.com"
mailhost="rsgsanexg1.rockstar.t2.corp"
mailhostUsername="svcrsgsanscriptmaile"
mailhostPassword="WhatOfIt?"
includeDetails="true">
<users>
&buildMasters;
</users>
<groups>
<group name="buildmaster" notification="always"/>
</groups>
</email>
<artifactcleanup cleanUpMethod="DeleteBuildsOlderThanXDays" cleanUpValue="30" />
</publishers>
<labeller type="defaultlabeller">
<prefix>Maintenance</prefix>
</labeller>
</project>