The Xsl Report Build Plugin shows detailed output for a specific build using a configured XSL Transform.
See XSL Files for a list of available XSL transforms and how to use your own transforms.
This is a Project Configurable Build Plugin.
Example
<xslReportBuildPlugin description="NUnit Details" actionName="NUnitDetailsBuildReport" xslFileName="xsl\tests.xsl" />
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 |
| xslFileName |
The file containing the XSL transform to use. The path is relative to the root directory of the Web Dashboard |
string |
yes |
n/a |