Information Technology Reference
In-Depth Information
E-mail messages from the CI server
FIGURE 1-3
Listing 1-5 contains an example of using the CruiseControl CI
server to send an e-mail to project members.
CruiseControl config.xml Configured to Send E-mail
LISTING 1-5
<project>
<publishers>
<htmlemail
css="./webapps/cruisecontrol/css/cruisecontrol.css"
mailhost="localhost"
xsldir="./webapps/cruisecontrol/xsl"
returnaddress="pduvall@localhost"
buildresultsurl="http://localhost:8080"
mailport="225"
username="pduvall"
password="password"
reportsuccess="always"
spamwhilebroken="true">
<always address="pduvall@localhost"/>
<always address="aglover@localhost"/>
</htmlemail>
</publishers>
</project>
Search WWH ::




Custom Search