Dashboard > CruiseControl.NET > ... > Project Configuration Block > ExternalLinks
ExternalLinks Log In View a printable version of the current page.  
CruiseControl.NET documentation for latest CI builds
Added by Mike Roberts , last edited by Noam Rettig on Jan 08, 2007  (view change) show comment

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

urls need to be encoded correctly. For example spaces must be replaced with the sequence %20

A decent introductory resource for this is available at http://www.blooberry.com/indexdot/html/topics/urlencoding.htm

Unencoded urls will prevent CCNet from parsing the config file, and a "System.Xml.XmlException: An error occurred while parsing EntityName" error will appear in the log file.

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