-
Recent Posts
Recent Comments
- Raif on Tips for building Nuget packages
- joshuaflanagan on Coordinating multiple ajax requests with jquery.when
- Kalina Todorova on Coordinating multiple ajax requests with jquery.when
- joshuaflanagan on How we handle application configuration
- Richard Brown on How we handle application configuration
Archives
- March 2012
- February 2012
- January 2012
- October 2011
- August 2011
- June 2011
- May 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- September 2008
Categories
Meta
Category Archives: teamcity
Run QUnit tests under Continuous Integration with NQUnit
Almost three years ago, I wrote about Running jQuery QUnit tests under Continuous Integration. As you can imagine, a lot has changed in three years. You would now have a lot of trouble following my post if you use the … Continue reading
Also posted in jquery, qunit
Leave a comment
Adding git commit information to your assemblies
The problem It is a fairly common practice of .NET projects hosted in Subversion to include the repository Revision number as part of the AssemblyVersion. For example, MyWidgets.dll might have a version of 1.2.0.5309, which means it was built from … Continue reading
Also posted in git
6 Comments
Big Visible TeamCity
Big Visible Cruise is a cool utility for adding a build information radiator to your team room. It makes your Cruise Control build status immediately clear with a large green (good) or red (bad) screen. My (admittedly limited) search for … Continue reading
Also posted in greasemonkey
17 Comments
Integrating a custom test runner with TeamCity
JetBrains’ TeamCity build server provides a wealth of information about the tests that are run as part of your build. If you use one of the test runners that they support out of the box, you automatically get real-time individual … Continue reading
Solution for monitoring multiple TeamCity servers
Proving yet again that the squeaky wheel gets the grease (this issue rose up to have the second highest number of votes in the TeamCity issue tracker), and what a truly responsive vendor JetBrains is, we now have a solution … Continue reading
Raising awareness for TeamCity tray notifier issue
UPDATE: JetBrains has released a solution to this issue, I posted a follow up. Rumor has it that a number of your favorite .NET open source applications (including StructureMap) will soon have a publicly available continuous integration server. The server … Continue reading
Running jQuery QUnit tests under Continuous Integration
UPDATE: The code in this post is out of date. Read it for the explanation, but if you want to implement it, go grab NQUnit via nuget. Setup This post assumes you are already writing unit tests for your JavaScript … Continue reading
Also posted in jquery, qunit
8 Comments
Monkey patching rake for use with TeamCity
We use Ruby’s rake as our build automation tool. It provides a nice, XML-free way to define logical groupings of steps to perform, with dependency resolution. We use JetBrain’s TeamCity as our continuous integration server. It has a neat feature … Continue reading
Also posted in ruby
5 Comments
Update: TeamCity
As you saw from my last TeamCity post, I was a little frustrated about the fact that I had to create an environment variable to use the NAnt runner. A colleague, Dru Sellers, contacted me and mentioned the Command Line … Continue reading
JetBrains TeamCity
Being sick today has allowed me to catch up on my ASP.NET MVC knowledge and also move the remainder of my CC.NET projects to JetBrains TeamCity. Being sick is no fun though. *Cough Cough* After reading Sean’s post on TeamCity, … Continue reading
