|
CruiseControl.NET : Plugins Configuration Block
This page last changed on Mar 21, 2007 by makh_dv@qarea.com.
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> <farmPlugins> . . </farmPlugins> <serverPlugins> . . </serverPlugins> <projectPlugins> . . </projectPlugins> <buildPlugins> . . </buildPlugins> </plugins> The following plugins are shipped with CruiseControl.NET: Farm PluginsServer PluginsProject Plugins
Build Plugins
If you are interested in writing your own Dashboard plugins, read Developing Web Dashboard Plugins. |
| Document generated by Confluence on Jun 21, 2007 10:33 |