Tagged Questions

2
votes
5answers
108 views

How do you know who is fixing the build?

We are working in a CI environment, with Enterprise Cruise running our builds. Developers all have CCTray installed locally to notify us if a build breaks. CCTray has a menu option Volunteer to fix …
0
votes
2answers
104 views

Does anyone know how to listen to build events from an already running cctray process, in C#?

I have made a C# application and I am trying to figure out if I can tap into build events of cctray (cruise control tray)? I don't want to re-invent the wheel, I just want to know when my builds fail …