This page last changed on Feb 14, 2005 by mroberts.

The <externalLinks> section can any number of <externalLink> sub-sections. Each of these are used to display project related links on the project report page of the Web Dashboard, and are meant as a convenient shortcut to project-related web sites outside of CruiseControl.NET.

Example

<externalLinks>
    <externalLink name="My Link" url="http://somewhere" />
</externalLinks>

Configuration Elements:

Node Description Type Required Default
name The text to display for the link string true n/a
url The URL link to string true n/a
Document generated by Confluence on Jun 26, 2005 17:22