Does TFS have anything like CCTray for Build Notif

2019-01-20 10:03发布

问题:

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?

回答1:

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



回答2:

UPDATE 2017-06-21: CatLight no longer has a free edition, unless used with an open source project. Details: https://catlight.io/editions


Visual Studio has an included application called "Build Notifications". This tool allows a (close-to) real-time status to be displayed of the current build status across one or more builds on the TFS Server. However it only works with XAML based builds, which are deprecated in favour of vNext builds.

There's a 3rd-party tool that does Build Status, notifications, bug monitoring and more for TFS (both XAML and vNext builds) and other systems (such as Jenkins). It's called CatLight and there's a free version that works with up to 10 builds - https://catlight.io/editions.

It is configured in a similar manner to CCTray, and is very easy to use.

Here are some screen-shots:



回答3:

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).

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



回答4:

You can find Notification application here "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\BuildNotification.exe"



回答5:

I found something much better than the build notification tool, On Codeplex is something called the Community TFS Build Manager. It works, works quickly, and gives you a lot more information.

Download



回答6:

siren of shame <- there's this too, I'm not a big fan of the default app, I've found it to be out of step with what's actually going on.



回答7:

Apologies if this is seen as a plug, but I created a Windows Tray application (Open Source) a few years ago to do this. It currently works with Azure DevOps (VSTS).

BuildMonitor

Here's a screenshot: