From the monthly archives:

December 2007

Continuous Integration just got interesting

December 28, 2007

I used to describe CI as “cron with style”. I was trying to emphasise the value of simplicity in your CI implementation (no fancy stuff, just something that works) and pushing logic into the build, where you can hopefully handle it better. Time to kill that name anyway. Sorry Buzz.
For [...]

Read the full article →

Irradiating the whole team

December 28, 2007

You want to check in? Is the CruiseControl build green? What you do mean, you don’t know? Everybody in the project room (and ideally, those people the project room) should know what is going on with the build. Broken Continuous Integration builds mean that the project can’t release working software.
So to [...]

Read the full article →

Continuous Integration anti-patterns

December 6, 2007

Author, CI Expert and great guy Paul Duval has written up some Continuous Integration Anti-Patterns at IBM developerWorks. Link (via the Disco Blog).

Read the full article →

On confusing Build and Deploy

December 5, 2007

We’ve been having a conversation at work about the different goals of build and deploy. I thought I’d share some of my response to a question “does it matter if you mix up build and deploy? Why don’t we use build tools like Ant to deploy with?”:
[...]

Read the full article →