Does TFS have anything like CCTray for Build Notif

2019-01-20 09:50发布

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?

7条回答
别忘想泡老子
2楼-- · 2019-01-20 09:56

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

查看更多
forever°为你锁心
3楼-- · 2019-01-20 10:03

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

查看更多
成全新的幸福
4楼-- · 2019-01-20 10:04

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.

查看更多
老娘就宠你
5楼-- · 2019-01-20 10:13

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:

enter image description here

查看更多
▲ chillily
6楼-- · 2019-01-20 10:20

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

查看更多
贼婆χ
7楼-- · 2019-01-20 10:21

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:

Notification icons

Select System

Select Projects

CatLight Status Panel

查看更多
登录 后发表回答