Dashboard > CruiseControl.NET > ... > Plugins Configuration Block > Build Report Build Plugin
Build Report Build Plugin Log In View a printable version of the current page.  
CruiseControl.NET documentation for latest CI builds
Added by Mike Roberts , last edited by Mike Roberts on Jun 08, 2005  (view change)

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

Powered by a free Atlassian Confluence Open Source Project / Non-profit License granted to ThoughtWorks, Inc.. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators