Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting CC-Tray to work

I am trying to get cc-tray to work instead of using the web dashboard. I'm not sure how I can get the correct url for the server that my cruisecontrol is running on and I can't find any useful documentations online. Can anyone help?

Thanks

like image 980
user62958 Avatar asked Mar 10 '09 16:03

user62958


3 Answers

I had the same trouble and was resolved setting this Url in the Add Server (http): http://yourserver/ccnet/server/local/ViewServerReport.aspx. It works fine with this.

like image 137
user461158 Avatar answered Oct 20 '22 18:10

user461158


It depends a bit on the version you use. It is always a good idea to use the version of CCTray that you download from your running instance of the CCNet dashboard (on the dashboard, in the left column, you'll find a link 'Download CCTray').

Then it is mostly a matter of "Add Server". Older versions required a Remoting connection that requires some ports open in your connection to CCNet. Nowadays, you can connect over HTTP.

like image 37
Teun D Avatar answered Oct 20 '22 19:10

Teun D


If you are using a version after 1.1 then you will want to point your CC tray client to the web dashboard site.

You should make sure you have the CCNET dashboard setup of a web server then you can do the following.

  • File > Settings > Build Projects (click add)
  • Add Server (click)
  • Choose Via the CruiseControl dashboard
  • Enter the address of your web dashboard site. Perhaps something like "yourserver.com/ccnet". You can find this via browsing to the web dashboard then copying the URL upto the folder level.
  • Click OK, choose the projects to watch
  • Profit!
like image 1
Ira Miller Avatar answered Oct 20 '22 17:10

Ira Miller