config.xml of CC

<cruisecontrol>
<!--
<property name="TestCClocalWork.dir" value="/tmp/cruisecontrol-bin-2.7.3/projects/TestCC" />
<property name="TestCC.cvsroot" value=":pserver:baoxi:[email protected]:/external/Repo4" />
-->


<!--=================== standard ===================-->
<project name="shdev01_checkout_build_install">
<listeners>
<currentbuildstatuslistener
file="logs/${project.name}/status.txt" />
</listeners>
<schedule interval="1000">
<ant anthome="apache-ant-1.7.0"
buildfile="shdev01.build.xml"
antworkingdir="/tmp/cruisecontrol-bin-2.7.3/ngn/standard"
target="checkout_build_install"
uselogger="true"
usedebug="false"
usequiet="true"
time="2300"/>
</schedule>
<modificationset >
<forceonly/>
</modificationset>
<log>
<merge dir="projects/${project.name}/target/test-results" />
</log>
        <publishers>
<htmlemail mailhost="smtp3.hp.com"
returnaddress="[email protected]" skipusers="false"
reportsuccess="fixes" subjectprefix="[CruiseControl][shdev01 Build Successful]">

<always address="[email protected]" />
<success address="ngn-gdcc-all" />
</htmlemail>
</publishers>
</project>

<project name="shdev02_checkout_build_install">
<listeners>
<currentbuildstatuslistener
file="logs/${project.name}/status.txt" />
</listeners>
<schedule interval="1000">
<ant anthome="apache-ant-1.7.0"
buildfile="shdev02.build.xml"
antworkingdir="/tmp/cruisecontrol-bin-2.7.3/ngn/standard"
target="checkout_build_install"
uselogger="true"
usedebug="false"
usequiet="true"
time="2300"/>
</schedule>
<modificationset >
<forceonly/>
</modificationset>
<log>
<merge dir="projects/${project.name}/target/test-results" />
</log>
        <publishers>
<htmlemail mailhost="smtp3.hp.com"
returnaddress="[email protected]" skipusers="false"
reportsuccess="fixes" subjectprefix="[CruiseControl][shdev02 Build Successful]">

<always address="[email protected]" />
<success address="ngn-gdcc-all" />
</htmlemail>
</publishers>
</project>

<project name="shdev03_checkout_build_install">
<listeners>
<currentbuildstatuslistener
file="logs/${project.name}/status.txt" />
</listeners>
<schedule interval="1000">
<ant anthome="apache-ant-1.7.0"
buildfile="shdev03.build.xml"
antworkingdir="/tmp/cruisecontrol-bin-2.7.3/ngn/standard"
target="checkout_build_install"
uselogger="true"
usedebug="false"
usequiet="true"/>
</schedule>
<modificationset >
<forceonly/>
</modificationset>
<log>
<merge dir="projects/${project.name}/target/test-results" />
</log>
        <publishers>
<htmlemail mailhost="smtp3.hp.com"
returnaddress="[email protected]" skipusers="false"
reportsuccess="fixes" subjectprefix="[CruiseControl][shdev03 Build Successful]">

<always address="[email protected]" />
<success address="ngn-gdcc-all" />
</htmlemail>
</publishers>
</project>

<project name="shdev04_checkout_build_install">
<listeners>
<currentbuildstatuslistener
file="logs/${project.name}/status.txt" />
</listeners>
<schedule interval="1000">
<ant anthome="apache-ant-1.7.0"
buildfile="shdev04.build.xml"
antworkingdir="/tmp/cruisecontrol-bin-2.7.3/ngn/standard"
target="checkout_build_install"
uselogger="true"
usedebug="false"
usequiet="true"/>
</schedule>
<modificationset >
<timebuild time="2300"/>
</modificationset>
<log>
<merge dir="projects/${project.name}/target/test-results" />
</log>
        <publishers>
<htmlemail mailhost="smtp3.hp.com"
returnaddress="[email protected]" skipusers="false"
reportsuccess="fixes" subjectprefix="[CruiseControl][shdev04 Build Successful]">

<always address="[email protected]" />
<success address="ngn-gdcc-all" />
</htmlemail>
</publishers>
</project>

<!--=================== check ===================-->
<project name="f20-4_checkout_build">
<listeners>
<currentbuildstatuslistener
file="logs/${project.name}/status.txt" />
</listeners>
<schedule interval="1000">
<ant anthome="apache-ant-1.7.0"
buildfile="shdev01.build.xml"
antworkingdir="/tmp/cruisecontrol-bin-2.7.3/ngn/standard"
target="checkout_build"
uselogger="true"
usedebug="false"
usequiet="true"/>
</schedule>
<modificationset >
<forceonly/>
</modificationset>
<log>
<merge dir="projects/${project.name}/target/test-results" />
</log>
</project>

<project name="f21-1_checkout_build">
<listeners>
<currentbuildstatuslistener
file="logs/${project.name}/status.txt" />
</listeners>
<schedule interval="1000">
<ant anthome="apache-ant-1.7.0"
buildfile="shdev03.build.xml"
antworkingdir="/tmp/cruisecontrol-bin-2.7.3/ngn/standard"
target="checkout_build"
uselogger="true"
usedebug="false"
usequiet="true"/>
</schedule>
<modificationset >
<forceonly/>
</modificationset>
<log>
<merge dir="projects/${project.name}/target/test-results" />
</log>
</project>

<!--=================== backup ===================-->
<project name="backup">
<listeners>
<currentbuildstatuslistener
file="logs/${project.name}/status.txt" />
</listeners>
<schedule interval="14400">
<ant anthome="apache-ant-1.7.0"
buildfile="backup.build.xml"
antworkingdir="/tmp/cruisecontrol-bin-2.7.3/ngn/standard"
target="backup"
uselogger="true"
usedebug="false"
usequiet="true"/>
</schedule>
<modificationset requiremodification="false">
<filesystem folder="/tmp/ngn_build/ngn/release" />
</modificationset>
<log>
<merge dir="projects/${project.name}/target/test-results" />
</log>
</project>


</cruisecontrol>

你可能感兴趣的:(xml)