|
CruiseControl.NET : HTML Report Plugin
This page last changed on Apr 06, 2010 by ccnet-doc-gen.
HTML Report PluginA generic plug-in to display a report from an HTML file. VersionAvailable from version 1.5 ExamplesMinimalist <htmlReportPlugin description="Document Report" actionName="viewReport" htmlFileName="reports\document.html" />
In Context <buildPlugins> <buildReportBuildPlugin> <xslFileNames> <xslFile>xsl\header.xsl</xslFile> <xslFile>xsl\modifications.xsl</xslFile> </xslFileNames> </buildReportBuildPlugin> <buildLogBuildPlugin /> <htmlReportPlugin description="Document Report" actionName="viewReport" htmlFileName="reports\document.html" /> </buildPlugins> Configuration Elements
NotesHTML Source LocationThis plug-in can display any file that is in the build folder under artefacts folder for the project. It cannot display files from any other location (for security reasons). File NamesAll file names are relative to the build folder. Files directly in the folder can be specified, as well as folders in sub-folders. For example both report.html and documents\report.html are valid file names.
|
| Document generated by Confluence on Jan 23, 2011 08:52 |