Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does TFS have anything like CCTray for Build Notifications?

For Cruise Control, I have CCTray that sits in my taskbar and lets me know if builds are happening or builds are breaking.

Does TFS have anything like this?

like image 201
zachary Avatar asked Feb 15 '12 18:02

zachary


2 Answers

Or Start -> All Programs -> Visual Studio 2010 -> Team Foundation Server Tools -> Build Notifications

Personally, I find the Build Notifications app to be pretty terrible. It is slow for one. I find it better to just create email alerts whenever anything happens with a build. They are much more real time.

Edit: I just noticed you use TFS 2008. I don't have it installed to check but it should be roughly in the same location.

Edit 2: I realized the tool comes with TFS Power Tools. Find it here: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=15836

like image 107
Matt Cofer Avatar answered Oct 30 '22 10:10

Matt Cofer


AnyStatus is another tool that supports multiple CI platforms, including Visual Studio vNext. It comes as a Visual Studio plug-in, and also as a Windows program (with tray icon and notifications).

AnyStatus status window

More details here: https://stackoverflow.com/a/48291894/3063884

like image 40
CJBS Avatar answered Oct 30 '22 11:10

CJBS