Files
gtav-src/tools_ng/etc/CruiseControl/general/admin_project_sync_email.xml
T
2025-09-29 00:52:08 +02:00

25 lines
1001 B
XML
Executable File

<cb:scope xmlns:cb="urn:ccnet.config.builder">
<project
name ="$(projectname_dev)"
queue ="Queue"
queuePriority ="1"
category ="Admin">
<state type="state" directory="$(states_dir)"/>
<workingDirectory>$(project_working_dir)</workingDirectory>
<artifactDirectory>$(artifacts_dir)</artifactDirectory>
<webURL>$(webURL)</webURL>
<triggers xmlns:cb="urn:ccnet.config.builder">
<scheduleTrigger time="09:00" buildCondition="ForceBuild" />
</triggers>
<tasks>
<exec executable="ruby" buildArgs="$(scripts_dir)\$(cc)\check_admin.rb"/>
<exec executable="p4" buildArgs="-p $(toolp4port) -c $(toolp4client) sync $(toolp4root)/etc/CruiseControl/general/nonstandardemails.xml#head" abortOnFail="true"/>
<exec executable="p4" buildArgs="-p $(toolp4port) -c $(toolp4client) sync $(toolp4root)/etc/CruiseControl/general/standardemails.xml#head" abortOnFail="true"/>
</tasks>
</project>
</cb:scope>