16

I have successfully installed CruiseControl.Net server on windows 7 32 bit platform by CruiseControl.Net 1.8.0.0. setup file. But here there is no CCTray . Please let me know how to get CCTray.

skumar
  • 437
  • 2
  • 4
  • 12
  • Link to donwload latest: http://www.cruisecontrolnet.org/ – live-love Aug 26 '15 at 18:11
  • 1
    If you are interested in using CCTray to monitor Jenkins or Travis CI, you can also consider a new alternative - [CatLight build monitor](https://catlight.io) that has build investigations and nicer UI. – Thomas Bennet Feb 05 '17 at 20:18

3 Answers3

29

Download it from official source (file is CruiseControl.NET-CCTray-1.8.0.0-Setup.exe):
http://build.nauck-it.de/download/CruiseControl.NET-package/1.8.0.0/

You can get it also from your CC.NET server.
enter image description here

TridenT
  • 4,879
  • 1
  • 32
  • 56
  • For latest version: https://sourceforge.net/projects/ccnet/files/CruiseControl.NET%20Releases/, click latest version, download `CruiseControl.NET-CCTray-(version)-Setup.exe` – RJFalconer May 01 '18 at 11:17
  • the 'latest version" you are pointing to is 2014-05-26. There's no new version of CC.NET. – TridenT May 03 '18 at 17:15
  • 1
    My point is that it's not a link to a specific version, so will remain current. E.g. it points to `1.8.5`, whereas your link is `1.8.0`. – RJFalconer May 04 '18 at 07:44
6

If you go to the Web dashboard there is normally a link to download the tray. Usually on the top right.

Simon Laing
  • 1,194
  • 7
  • 18
  • Hi Simon , I am following the below site to create a sample build automation http://www.codeproject.com/Articles/70327/Automate-Builds-using-SVN-MSBuild-Cruise-Control In this for Configuring CCTray at step 4 , i have added a server address as " http://localhost:222/CCNET ". This address based on IIS server on my local system. But after adding this IP address, i am getting below error Failed to connect to server: Unable to connect to the remote server Please let me know the solution for this problem. – skumar Jul 30 '12 at 11:13
  • You usually get options for how you are connecting to the server, ie net remoting or http. Try out a few of the other options. The message you are getting means it cannot connect to the service. Maybe you have a firewall blocking the port - 222, or the service isn't running? – Simon Laing Jul 31 '12 at 19:44
  • If you still cannot get it to work, maybe this post will help: http://stackoverflow.com/questions/631097/getting-cc-tray-to-work – Simon Laing Jul 31 '12 at 19:52
2

I had the same problem on CC.Net 1.5.x - installed it without IIS, and found no Web Dashboard (to begin with). I wanted to control the CCNet Server.

I'm not sure if for 1.8 the CCTray application can only be downloaded separately from SF: http://en.sourceforge.jp/projects/sfnet_ccnet/releases/

In my case, 1.5.7256.1, the installer for CCTray is there, in:

Program Files(x86)/CruiseControl.Net/webdashboard/cctray

You can install it after main CC.NET installation.

Tomasz Gandor
  • 8,235
  • 2
  • 60
  • 55