Dashboard > CruiseControl.NET > ... > Plugins Configuration Block > Multiple XSL Report Build Plugin
Multiple XSL Report Build Plugin Log In | Sign Up   View a printable version of the current page.  
CruiseControl.NET documentation for latest CI builds
Added by Dan Piessens , last edited by Dan Piessens on Oct 06, 2006

The Multiple XSL 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. It also allows for end users create build reports that combine existing XSL stylesheets in order. This was previously only available on the Build Report Build Plugin.
See XSL Files for a list of available XSL transforms.

This is a Project Configurable Build Plugin.

Example

<xslMultiReportBuildPlugin description="Build and Test Details" actionName="NUnitDetailsBuildReport">
    <xslFileNames>
        <xslFile>xsl\header.xsl</xslFile>
        <xslFile>xsl\compile.xsl</xslFile>
        <xslFile>xsl\unittests.xsl</xslFile>
    </xslFileNames>
</xslMultiReportBuildPlugin>

Configuration Elements

Node Description Type Required Default
description The description that will appear for the Plugin in the Dashboard string yes n/a
actionName A name for the action for this instance of the plugin. This must be strictly alpha-Numerical with no spaces and unique string yes n/a
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 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