|
This page last changed on Jan 08, 2007 by shovavnik.
The <externalLinks> section can contain 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 |
|