Featured post
CruiseControl.Net - inclusion of html report? (I get 'Unable to find file') -
i have build produces (ncover 3.4 summary) html report.
i'd configure dashboard show html report.
the report produced in working folder during build - problem referencing report dashboard. should store working folder 'cc.net build records'? don't understand inner workings there...
my use of plugin in dashboard.config shown below. don't know should use actionname , have left value documentation.
the link in cc.net resolves as: http://dummyservername/ccnet/server/local/project/dummyproject/build/log20101221100723lbuild.2.0.0.176.xml/viewreport.aspx
thanks comments,
anders, denmark
<htmlreportplugin description="ncover summary" actionname="viewreport" htmlfilename="coverage_summary.html" />
from ccnet documentation [1] :
this plug-in can display file in build folder under artefacts folder project. cannot display files other location (for security reasons). files can published build folder using file merge task. automatically generate correct folder structure html reports.
either way, can generate xml report, merge ccnet log , use xsl display in dashboard/emails.[2]
[1] http://build.nauck-it.de/doc/ccnet/html%20report%20plugin.html
[2] http://docs.ncover.com/how-to/continuous-integration/cruisecontrol-net/
- Get link
- X
- Other Apps
Comments
Post a Comment