CI Radiator in Javascript

Continuous integration is a must. But if your team can’t easily see the current build status, you loose a major benefit of CI: short feedback loops. The longer it takes to notice that the build is broken, the worse off you’ll be.

I wrote really simple radiator that shows the current build state and the SHA of the associated commit just using HTML and JavaScript. We have it sitting up in the corner of the room, and it’s been invaluable over the last few months. I even made a video showing it off, but never got around to really sharing it. Check it out:

</embed>

We use Hudson for CI, and if you’re using it too, you can just go ahead and use this html yourself with a few modifications. Enjoy!