Tag: continuous integration
-
Implementing an Effective Build Dashboard (for Hudson) (Part 3)
Not really part of the dashboard configuration but more of a cool thing I thought I’d share the underlying layers (hardware, OS etc) behind our monitor. I decided to go with full portability and hands free start-up, I did this as follows: Installed Puppy Linux on a 2gb USB stick. Installed Firefox 3.x (needed for…
-
Implementing an Effective Build Dashboard (for Hudson) (Part 2)
This is a follow on of my previous post and details how to implement the code available in the original post by Fabio Parera here, together with the modifications I made for our environment. I suggest you look at the original post first though to understand the extra stuff that I did not implement (I…
-
Implementing an Effective Build Dashboard (for Hudson) (Part 1)
Information radiators are one of the core building blocks of any agile environment, you should never hide or feel the need to hide anything you’re doing. Information radiators encourage (or at least they should) a feeling of pride in teams allowing them to show off what they’re doing. They should be freely accessible for everyone…
-
Continuous Integration with Hudson and .NET
Recently I was tasked with setting up a development environment for a .NET shop. I’m a great fan(atic) of Continuous Integration (CI) and set about thinking of a good way of doing this (and a fun/cool way as well). For those of you new to Continuous Integration, I think Martin Fowler describes it best on…