附配置文件如下:

CuriseControl 的配置文件<cruisecontrol>
CuriseControl 的配置文件    
<system>
CuriseControl 的配置文件        
<configuration>
CuriseControl 的配置文件            
<threads count="2" />
CuriseControl 的配置文件        
</configuration>
CuriseControl 的配置文件    
</system>
CuriseControl 的配置文件    
<project name="KSystemSmokeTest">
CuriseControl 的配置文件    
<property name="project.home" value="D:\work\Projects"/>
CuriseControl 的配置文件    
<listeners>
CuriseControl 的配置文件            
<currentbuildstatuslistener file="logs/${project.name}/status.txt"/>
CuriseControl 的配置文件        
</listeners>
CuriseControl 的配置文件        
<bootstrappers>
CuriseControl 的配置文件        
<cvsbootstrapper localworkingcopy="${project.home}/${project.name}" cvsroot=":pserver:ci:ci@192.168.126.10:/KSystem" file="build.xml" overwritechanges="true" />
CuriseControl 的配置文件        
<cvsbootstrapper localworkingcopy="${project.home}/${project.name}" cvsroot=":pserver:ci:ci@192.168.126.10:/KSystem" file="tomcat.properties" overwritechanges="true" />
CuriseControl 的配置文件        
<cvsbootstrapper localworkingcopy="${project.home}/${project.name}" cvsroot=":pserver:ci:ci@192.168.126.10:/KSystem" file="tomcatTasks.properties" overwritechanges="true" />
CuriseControl 的配置文件    
</bootstrappers>
CuriseControl 的配置文件        
<modificationset quietperiod="20" >
CuriseControl 的配置文件            
<cvs localworkingcopy="${project.home}/${project.name}" cvsroot=":pserver:ci:ci@192.168.126.10:/KSystem" module="KSystem"/>
CuriseControl 的配置文件        
</modificationset>
CuriseControl 的配置文件        
<schedule interval="300" >
CuriseControl 的配置文件            
<ant anthome="D:\work\tools\ant" buildfile="${project.home}/${project.name}/build.xml" target="smoketest">
CuriseControl 的配置文件        
<property name="reports.dir" value="D:\work\tools\cruisecontrol\webapps\cruisecontrol\logs\${project.name}\" />
CuriseControl 的配置文件        
</ant>
CuriseControl 的配置文件        
</schedule>
CuriseControl 的配置文件        
<log dir="logs/${project.name}">
CuriseControl 的配置文件            
<merge dir="D:\work\tools\cruisecontrol\webapps\cruisecontrol\logs\${project.name}\junit\xml\TESTS-TestSuites.xml"/>
CuriseControl 的配置文件            
<merge dir="D:\work\tools\cruisecontrol\webapps\cruisecontrol\logs\${project.name}\coverage\xml\"/>
CuriseControl 的配置文件            
<merge dir="D:\work\tools\cruisecontrol\webapps\cruisecontrol\logs\${project.name}\jcsc\"/>
CuriseControl 的配置文件            
<merge dir="D:\work\tools\cruisecontrol\webapps\cruisecontrol\logs\${project.name}\checkstyle\"/>
CuriseControl 的配置文件        
<merge dir="D:\work\tools\cruisecontrol\webapps\cruisecontrol\logs\${project.name}\pmd\"/>
CuriseControl 的配置文件        
</log>
CuriseControl 的配置文件        
<publishers>
CuriseControl 的配置文件            
<email
CuriseControl 的配置文件                
mailhost="smtp.263xmail.com"
CuriseControl 的配置文件                username
="xxxx"
CuriseControl 的配置文件                password
="xxxx"
CuriseControl 的配置文件        skipusers
="true"
CuriseControl 的配置文件        reportsuccess
="always"
CuriseControl 的配置文件                returnaddress
="ksys@cskchina.com" 
CuriseControl 的配置文件        returnname
="Intergration Server"
CuriseControl 的配置文件        defaultsuffix
=""
CuriseControl 的配置文件        subjectprefix
="[K-System]"
CuriseControl 的配置文件                buildresultsurl
="http://192.168.128.200:8090/buildresults/${project.name}">
CuriseControl 的配置文件        
<!-- create relation between alias and address -->
CuriseControl 的配置文件                
<map alias='xx' address="xxx@cskchina.com" />
CuriseControl 的配置文件        
CuriseControl 的配置文件        
<always address="xxx@cskchina.com" />
CuriseControl 的配置文件            
</email>
CuriseControl 的配置文件        
</publishers>
CuriseControl 的配置文件    
</project>
CuriseControl 的配置文件    
<project name="KSystemSystemTest">
CuriseControl 的配置文件    
<property name="project.home" value="D:\work\Projects"/>
CuriseControl 的配置文件    
<listeners>
CuriseControl 的配置文件            
<currentbuildstatuslistener file="logs/${project.name}/status.txt"/>
CuriseControl 的配置文件        
</listeners>
CuriseControl 的配置文件        
<bootstrappers>
CuriseControl 的配置文件        
<cvsbootstrapper localworkingcopy="${project.home}/${project.name}" cvsroot=":pserver:ci:ci@192.168.126.10:/KSystem" file="build.xml" overwritechanges="true" />
CuriseControl 的配置文件        
<cvsbootstrapper localworkingcopy="${project.home}/${project.name}" cvsroot=":pserver:ci:ci@192.168.126.10:/KSystem" file="tomcat.properties" overwritechanges="true" />
CuriseControl 的配置文件        
<cvsbootstrapper localworkingcopy="${project.home}/${project.name}" cvsroot=":pserver:ci:ci@192.168.126.10:/KSystem" file="tomcatTasks.properties" overwritechanges="true" />
CuriseControl 的配置文件    
</bootstrappers>
CuriseControl 的配置文件        
<modificationset quietperiod="20" >
CuriseControl 的配置文件            
<cvs localworkingcopy="${project.home}/${project.name}" cvsroot=":pserver:ci:ci@192.168.126.10:/KSystem" module="KSystem"/>
CuriseControl 的配置文件        
</modificationset>
CuriseControl 的配置文件        
<schedule interval="300" >
CuriseControl 的配置文件            
<ant anthome="D:\work\tools\ant" buildfile="${project.home}/${project.name}/build.xml" target="systemtest">
CuriseControl 的配置文件        
<property name="reports.dir" value="D:\work\tools\cruisecontrol\webapps\cruisecontrol\logs\${project.name}\" />
CuriseControl 的配置文件        
</ant>
CuriseControl 的配置文件        
</schedule>
CuriseControl 的配置文件        
<log dir="logs/${project.name}">
CuriseControl 的配置文件            
<merge dir="D:\work\tools\cruisecontrol\webapps\cruisecontrol\logs\${project.name}\junit\xml\TESTS-TestSuites.xml"/>
CuriseControl 的配置文件            
<merge dir="D:\work\tools\cruisecontrol\webapps\cruisecontrol\logs\${project.name}\coverage\xml\"/>
CuriseControl 的配置文件            
<merge dir="D:\work\tools\cruisecontrol\webapps\cruisecontrol\logs\${project.name}\jcsc\"/>
CuriseControl 的配置文件            
<merge dir="D:\work\tools\cruisecontrol\webapps\cruisecontrol\logs\${project.name}\checkstyle\"/>
CuriseControl 的配置文件        
<merge dir="D:\work\tools\cruisecontrol\webapps\cruisecontrol\logs\${project.name}\pmd\"/>
CuriseControl 的配置文件        
</log>
CuriseControl 的配置文件        
<publishers>
CuriseControl 的配置文件            
<email
CuriseControl 的配置文件                
mailhost="smtp.263xmail.com"
CuriseControl 的配置文件                username
="xxxx"
CuriseControl 的配置文件                password
="xxxx"
CuriseControl 的配置文件        skipusers
="true"
CuriseControl 的配置文件        reportsuccess
="always"
CuriseControl 的配置文件                returnaddress
="ksys@cskchina.com" 
CuriseControl 的配置文件        returnname
="Intergration Server"
CuriseControl 的配置文件        defaultsuffix
=""
CuriseControl 的配置文件        subjectprefix
="[K-System]"
CuriseControl 的配置文件                buildresultsurl
="http://192.168.128.200:8090/buildresults/${project.name}">
CuriseControl 的配置文件        
<!-- create relation between alias and address -->
CuriseControl 的配置文件                
<map alias='xxx' address="xxx@cskchina.com" />
CuriseControl 的配置文件        
<always address="xxx@cskchina.com" />
CuriseControl 的配置文件            
</email>
CuriseControl 的配置文件        
</publishers>
CuriseControl 的配置文件    
</project>
CuriseControl 的配置文件
</cruisecontrol>
CuriseControl 的配置文件

相关文章:

  • 2022-12-23
  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2021-06-18
  • 2021-04-28
  • 2021-10-06
猜你喜欢
  • 2022-01-18
  • 2021-12-02
  • 2022-12-23
  • 2021-11-23
  • 2021-11-26
  • 2021-11-04
  • 2022-12-23
相关资源
相似解决方案