`
abalone
  • 浏览: 130712 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

config.xml of CC

    博客分类:
  • CC
XML 
阅读更多
<cruisecontrol>
<!--
<property name="TestCClocalWork.dir" value="/tmp/cruisecontrol-bin-2.7.3/projects/TestCC" />
<property name="TestCC.cvsroot" value=":pserver:baoxi:cssc_new@bamboo.chn.hp.com:/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="xiaodong.bao@hp.com" skipusers="false"
reportsuccess="fixes" subjectprefix="[CruiseControl][shdev01 Build Successful]">

<always address="xiaodong.bao@hp.com" />
<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="xiaodong.bao@hp.com" skipusers="false"
reportsuccess="fixes" subjectprefix="[CruiseControl][shdev02 Build Successful]">

<always address="xiaodong.bao@hp.com" />
<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="xiaodong.bao@hp.com" skipusers="false"
reportsuccess="fixes" subjectprefix="[CruiseControl][shdev03 Build Successful]">

<always address="xiaodong.bao@hp.com" />
<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="xiaodong.bao@hp.com" skipusers="false"
reportsuccess="fixes" subjectprefix="[CruiseControl][shdev04 Build Successful]">

<always address="xiaodong.bao@hp.com" />
<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>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics