A cute and user-friendly front-end to monitor your cruise control status on CruiseControl or CruiseControl.Net. It monitors just one project but lets you customise the message you want spoken out or the audio file to play.
I have configured the widget to the build results page URL yet it doesn't seem to work. I know this because I am referring to a build page for a project that failed to build. Yet the widget shows yellow (or is it pale green?).
I have confirmed the URL by manually connecting to it.
February 17, 2006 ·
version 1.0 Srushti
If you're emailing me put "widget" in the subject line, please.
February 17, 2006 ·
version 1.0 Srushti
If anyone has any questions or requests why don't you email me directly at srshti<at>gmail<dot>com
February 16, 2006 ·
version 1.0 suresh
Awesome!! Pretty useful...
February 16, 2006 ·
version 1.0 Srushti
Also, there are variables you can add to the build message. If you want to add the name of the person who checked in last you would have to add $lastcheckin$. So, in the failure message you could say something like "Build was broken by $lastcheckin$" and it would replace $lastcheckin$ with the name of the last person who checked according to the cruise page.
There are 4 such variables you can use...
$lastcheckin$ - last person to have checked in
$testcount$ -… the current test count (obviously)
$lastlogentry$ - the last check in message
$noofmodifications$ - no of files checked inMore