Dashboard > CruiseControl.NET > ... > CCTray > cctray-settings.xml
cctray-settings.xml Log In View a printable version of the current page.  
CruiseControl.NET documentation for latest CI builds
Added by Graham Tackley , last edited by Graham Tackley on Oct 03, 2005  (view change)
<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>

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