Nightly releasing in Smalltalk
Return to home page
Comments Loading...
2004-03-04

Just recently we've been adopting Scrum at Software WithStyle. One of the things you should do when doing Scrum, XP, TDD, is to release nightly, run all you tests constantly, etc, etc, etc. On our server we now have a Smalltalk image that starts up and:

This process happens every night now and since all the reports are in XML, I've knocked up some basic XSLT to make a web page to report all this information to us on a nightly basis.

And just to show off, we also graph the number of passes, failures, errors with green, orange and red lines on the front page for all internally released versions every night.

The code itself isn't entirely product neutral, there are aspects of it that are tied tightly to WithStyle, but with a bit of refactoring somebody else could enjoy the fruits of my labour.

Does any one want me to publish the Releaser to public store?

Update: I've released the Releaser to public store. Have at it :) If you need some help, email me or post on here.