配置文件的具体意义不太清楚,需要有时间认真的开下CC的Document,先列在这里,以供以后查询
<project name="hsf" buildafterfailed="true">
< listeners>
<currentbuildstatuslistener file="logs/hsf/status.txt"/>
</listeners>
<bootstrappers>
<svnbootstrapper localWorkingCopy="hsf/hsf" />
</bootstrappers>
<modificationset quietperiod="300">
<svn localWorkingCopy="hsf/hsf"/>
</modificationset>
<schedule interval="5400">
<maven2 mvnhome="/home/admin/tools/apache-maven-2.0.8" pomfile="hsf/hsf/pom.xml" goal="clean install"/>
</schedule>
<log>
<merge dir="hsf/hsf/consumer.default/target/surefire-reports"/>
<merge dir="hsf/hsf/provider.default/target/surefire-reports"/>
<merge dir="hsf/hsf/common/target/surefire-reports"/>
<merge dir="hsf/hsf/test.consumer.spring/target/surefire-reports"/>
<merge dir="hsf/hsf/test.provider.spring/target/surefire-reports"/>
</log>
<publishers>
<htmlemail mailhost="ssl.alibaba-inc.com" charset="GBK" mailport="465" username="" password="" returnaddress="" subjectprefix="[HSF CI]" usessl="true">
<map alias="yundong" address=""/>
</htmlemail>
</publishers>
本文档详细列出了一种持续集成(CI)系统中针对HSF项目的配置文件内容。该配置包括项目构建失败后的处理方式、监听状态记录、版本控制系统设置、构建计划及邮件通知等关键环节。
1万+

被折叠的 条评论
为什么被折叠?



