Posted on April 3, 2008 by codeslammer
OK, so in my preliminary experiences I have to say that TeamCity is friggin awesome. It was amazing how simple it is to setup, and the features that come pre-installed are great. Effortless email notifications, build statistics including average build time and success rates, ability to monitor multiple projects in VSS — It’s [...]
Filed under: Continuous Integration, Development, Tools | 1 Comment »
Posted on March 15, 2008 by codeslammer
Thanks to a comment from Eugene Petrenko, I decided TeamCity was worth another shot. Everything I have heard has been positive, so I can’t let a little problem like not getting to my source control repository get in the way of continuous integration
Once again, I visited the TeamCity download site and read all [...]
Filed under: Continuous Integration, Development, Non-Microsoft, Tools | Leave a Comment »
Posted on March 11, 2008 by codeslammer
Well, my hopes for a streamlined CruiseControl.NET were not realized in my first attempt at installing the continuous integration server software. My CCNet lava lamp server died on my last week so I needed to spin up a replacement. This seemed like a good opportunity.
Although the installation was slick and simple, I feel as though [...]
Filed under: Continuous Integration, Development, Tools | 2 Comments »
Posted on February 16, 2008 by codeslammer
I have heard some buzz about a product from JetBrains called TeamCity. Some very influential technologists such as Roy Osherove seem to like the capabilities, so it is definitely worth a look. This looks like a good competitor to CruiseControl.NET, so I think I am going to give it a spin. I’ll update the blog [...]
Filed under: Continuous Integration, Project Success, Technologies, Tools | Tagged: CI server | 2 Comments »
Posted on December 18, 2007 by codeslammer
One of the most useful techniques I have found in working with CCNet and VSS is the ability to monitor multiple VSS project folders to trigger a build. Many times, you will find your solution structured such that monitoring a top level folder may not be the right level for triggering a build. [...]
Filed under: Continuous Integration | 6 Comments »
Posted on August 12, 2007 by codeslammer
Most of what we do involves some iterative testing as we code. Write a few lines – test to make sure it compiles. Compile a few times — test based on your understanding of the desired functionality. In everything we do, there are little testing steps built in. Most of these have become second nature and [...]
Filed under: Continuous Integration, Testing | Leave a Comment »
Posted on July 26, 2007 by codeslammer
The Houston .NET Users Group (HDNUG) is organizing a day of technological banter at the University of Houston next month. The event has been coined the Houston TechFest and it is going to be held on August 25th (a Saturday).
This knowledge sharing experience is of particular interest to me because it will be my [...]
Filed under: Continuous Integration, Deployment, Project Success | Leave a Comment »