|
CruiseControl.NET : Plugins Configuration Block
This page last changed on Mar 10, 2009 by csut017.
The Web Dashboard comes pre-configured to use a default set of plugins. To change what plugins you want to use for your CruiseControl.NET deployment, use the <plugins> section of the Dashboard configuration. The section is split up into 4 parts, representing the Farm, Server, Project and Build views available in the Dashboard. Each section can be configured with any number of plugins. Most Build Plugins can be configured just to be used for certain Projects. Example: <plugins> <customTemplates>some_folder</customTemplates> <farmPlugins> . . </farmPlugins> <serverPlugins> . . </serverPlugins> <projectPlugins> . . </projectPlugins> <buildPlugins> . . </buildPlugins> </plugins> the <customTemplates> section is available from version 1.4.3 onwards. This provides some theming support for the Dashboard. The following plugins are shipped with CruiseControl.NET: Custom TemplatesFarm PluginsServer Plugins
Project Plugins
Build Plugins
If you are interested in writing your own Dashboard plugins, read Developing Web Dashboard Plugins. |
| Document generated by Confluence on Mar 14, 2009 02:55 |