|
CruiseControl.NET : Project Configuration Block
This page last changed on May 19, 2005 by orogers.
A <project> block defines all the configuration for one project running in a CruiseControl.NET server ExamplesMinimalist example: <project name="Project 1" />
Full example: <project name="Project 1"> <name>Project 1</name> <workingDirectory>yourWorkingDirectory</workingDirectory> <artifactDirectory>yourArtifactDirectory</artifactDirectory> <webURL>http://localhost/ccnet/Project1</webURL> <modificationDelaySeconds>2</modificationDelaySeconds> <publishExceptions>true</publishExceptions> <triggers> <yourFirstTriggerType ../> <yourOtherTriggerType ../> </triggers> <state type="yourStateManagerType" ../> <sourcecontrol type="yourSourceControlType" ../> <labeller type="yourLabellerType" ../> <tasks> <yourFirstTaskType ../> <yourOtherTaskType ../> </tasks> <publishers> <yourFirstPublisherType ../> <yourOtherPublisherType ../> </publishers> <externalLinks> <externalLink name"My First Link" url="http://somewhere/" /> <externalLink name"My Other Link" url="http://somewhere.else/" /> </externalLinks> <!-- The following are deprecated elements --> <build type="yourTaskType" ../> </project> Configuration Elements:
Sub-section types |
| Document generated by Confluence on Jun 26, 2005 17:22 |