Alex Snaps' weblog
CI
Hudson continuous build full screen monitoring
13 years ago
I’ve just quickly hacked a fullscreen monitor for our continuous integration server at work. As for my personal projects, we useĀ Hudson, which has a nice restful xml API.This small utility asks for the url of your Hudson server and retrieves all the jobs and their status. You can also provide the url to a view, would you want to only partially monitor your jobs (such as only the continuous integration builds, ignoring nightly builds, or the other way around).
When in full screen mode, the tool will poll the server every 15 seconds for job updates and render a fully red, yellow or blue (and
More >