1

I am trying to install cruise control on a windows server 2012, but there are some issue with IIS so I can not access the dashboard website.

I have modified the ccnet.config, is there a way to trigger the build without using dashboard website, so I can verify whether my setting is correct. Please help, thank you.

mhan0125
  • 604
  • 1
  • 11
  • 33

2 Answers2

1

CC.Net "Tray" can be used to pop off builds..without going through the website.

How to get CCTray

however, cctray needs to talk to some kind of service........so you may be in a catch22.

Community
  • 1
  • 1
granadaCoder
  • 26,328
  • 10
  • 113
  • 146
1

cctray can directly connect to the cruise service via remoting. It does not have to go via the dashboard.

Williams
  • 741
  • 1
  • 4
  • 11
  • 1
    Yeah, upon re-reading my answer, you're right. :-( But there is yet another way : ccnet.exe itself. If you use the windows-service, you can use CCNet.exe to trigger builds. ccnet.exe p=projectname this will force the build – Williams Feb 13 '15 at 19:30