|
CruiseControl.NET : cctray-settings.xml
This page last changed on Oct 03, 2005 by gtackley@thoughtworks.com.
<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Projects> <Project serverUrl="tcp://mrtickle:21234/CruiseManager.rem" projectName="SvnTest" /> <Project serverUrl="tcp://mrtickle:21234/CruiseManager.rem" projectName="HelloWorld" /> </Projects> <PollPeriodSeconds>5</PollPeriodSeconds> <BuildTransitionNotification showBalloon="true"> <Sound /> <BalloonMessages> <BrokenBuildMessage> <Caption>Broken build</Caption> <Message>Recent checkins have broken the build</Message> </BrokenBuildMessage> <FixedBuildMessage> <Caption>Fixed build</Caption> <Message>Recent checkins have fixed the build</Message> </FixedBuildMessage> <StillFailingBuildMessage> <Caption>Build still failing</Caption> <Message>The build is still broken...</Message> </StillFailingBuildMessage> <StillSuccessfulBuildMessage> <Caption>Great work</Caption> <Message>It all built successfully once again!</Message> </StillSuccessfulBuildMessage> </BalloonMessages> </BuildTransitionNotification> <TrayIconDoubleClickAction>ShowStatusWindow</TrayIconDoubleClickAction> <Icons> <!-- If you leave any of these elements empty, the default (built-in) icon will be used. --> <BrokenIcon>red.ico</BrokenIcon> <BuildingIcon>yellow.ico</BuildingIcon> <SuccessIcon>green.ico</SuccessIcon> <NotConnectedIcon>gray.ico</NotConnectedIcon> </Icons> </Configuration> |
| Document generated by Confluence on Mar 14, 2009 02:55 |