Dashboard > CruiseControl.NET > ... > Dashboard Configuration Block > Plugins Configuration Block
Plugins Configuration Block Log In View a printable version of the current page.  
CruiseControl.NET documentation for latest CI builds
Added by Mike Roberts , last edited by Ross Patterson on Feb 15, 2008  (view change) show comment

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 Plugins

Server Plugins

Project Plugins

Build Plugins

If you are interested in writing your own Dashboard plugins, read Developing Web Dashboard Plugins.

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