Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS Automated Build Dashboard [closed]

I've searched around and have not been able to find a TFS build dashboard. Basic requirements are simply: - view of ALL builds (in progress, last successful, history) - test metrics (# of tests, coverage...)

Coming from a java background I'm used to solutions that give you all this (e.g. Hudson, TeamCity...) in one package. We are trying to leverage what TFS offers now.

like image 318
jd314159 Avatar asked Jul 29 '11 20:07

jd314159


2 Answers

i've been hunting for something along the lines of cruisecontrol's dashboard and eventually found something that fulfils about 60% of my requirement out the box. you should take a look at team build screen. http://teambuildscreen.codeplex.com/

At my company we've modified its source to display builds across multiple team projects and to customize the ui in terms of the build detail displayed and the layout, obviously the source is available so if it doesnt suite your exact needs you can change it and keep your team happy until you find/build something a bit more to your liking.

hope that helps.

like image 160
Elmar Avatar answered Oct 01 '22 07:10

Elmar


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

like image 35
Alex Avatar answered Oct 01 '22 08:10

Alex