when thte build is completed i received an email with the link to see the results. Is it possible to configure the config.xml file to see the result in format text directly within the email received? Which is the way to do it? For do it, is it necessary to merge the log???
Cruisecontrol:how to view the build results
665 Views Asked by costanza At
3
There are 3 best solutions below
0

You might either edit the email publisher, or write your own. You can easily send emails from console, attached the formatted build resoults.
0

The content of the mails sent is controlled by XSL(T) files, see documentation for <htmlemail>.
You can find the original ones at: $CCDIR/webapps/cruisecontrol/xsl
. In our setup we just copied the files to some other directory, tweaked them to our needs and pointed the new directory with the xsldir
attribute of <htmlemail>
.
Open your
ccnet.exe.config
(NOTccnet.config
) and look for this section:add the XSL transform for your build results (if your not sure which, look for the
<xslFileNames>
section in yourdashboard.config
)