The Build Report Build Plugin shows detailed output for a specific build. This report is generated by applying a list of XSL transforms to the build's log file.
See XSL Files for a list of available XSL transforms.
This is a Project Configurable Build Plugin.
Example
<buildReportBuildPlugin>
<xslFileNames>
<xslFile>xsl\header.xsl</xslFile>
<xslFile>xsl\compile.xsl</xslFile>
<xslFile>xsl\unittests.xsl</xslFile>
<xslFile>xsl\modifications.xsl</xslFile>
<xslFile>xsl\fxcop-summary.xsl</xslFile>
</xslFileNames>
</buildReportBuildPlugin>
Configuration Elements
| Node |
Description |
Type |
Required |
Default |
| xslFileNames |
A list of <xslFile> tags, each one containing the path of an XSL file relative to the root of the WebDashboard folder. |
list of strings |
yes |
n/a |