Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set up TeamCity status visualizer

Tags:

teamcity

I'd like to show TC build statuses on a big TV screen, however the default TeamCity main page contains too many details, and I'd like to show only basic info and colorise e.g. background to red when build status is marked as failed. Do you know any nice TC visualizers? I've tried to se greasemonkey and script from http://userscripts.org/scripts/review/92241, but I'm getting jquery error - the script itself is a bit outdated.

like image 677
Steve Macculan Avatar asked Jan 25 '13 21:01

Steve Macculan


People also ask

How do I use TeamCity with Visual Studio?

Installation and StartIn your TeamCity web interface, choose My Settings and Tools under your username in the top right corner. Then, in the TeamCity Tools section on the right, click the Visual Studio Add-in download link. Download any of compatible JetBrains . NET products, e.g. ReSharper or dotCover.

How to disable build configuration TeamCity?

On the Project Settings page, open the Actions menu and click Pause/Activate. In the dialog that opens, select the box next to the project to pause all its build configurations or check the boxes of the configurations selectively: the checked build configurations will be paused. Add an optional comment.


1 Answers

There are several TeamCity plugins for big screen visualisation. Different plugins (or standalone apps) have different dependencies (because of programming language), and they all seem to display slightly different information, so you'll want to take a look at the screenshots and start with one that shows what you want.

See the Notification/Visualizers section of the TeamCity Plugins page for the list.

JetBrains is now maintaining the list in their plugin repository.

like image 183
Jonathon Rossi Avatar answered Nov 12 '22 19:11

Jonathon Rossi