22 lines
659 B
XML
Executable File
22 lines
659 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>
|
|
|
|
<tasks>
|
|
<exec executable="ruby" buildArgs="$(scripts_dir)\$(cc)\check_admin.rb"/>
|
|
<exec executable="p4" buildArgs="-p $(toolp4port) -c $(toolp4client) sync $(toolp4root)/...#head" abortOnFail="true"/>
|
|
</tasks>
|
|
|
|
</project>
|
|
</cb:scope>
|