forked from creade/Radiatr
-
Notifications
You must be signed in to change notification settings - Fork 3
A modestly superior Hudson build monitor for Grease Monkey
betarelease/Radiatr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Special thanks to Dave Yeung and Fabio Pereira. Other contributions Chris Reade, Derek Hammer and Sudhindra Rao This is a simple hudson build monitor using greasemonkey on Firefox. To use : Download these files and install the javascript file into greasemonkey plugin for firefox. After installation just edit the test-page.html to point to your hudson build machine with builds you are interested in. Load this page into Firefox and voila you are ready to go. Your html should be formatted as follows: <html> <link rel="stylesheet" rev="stylesheet" href="radiatr.css" media="screen"> <head><title>Hudson Radiatr</title></head> <body> <div id="statuses"> <div id="[build id]" class="status hudson"> <a class="subject" href="[build url]">[build name]</a> <br/> <span class="statusInWords"></span> <span class="healthScore"></span><br/> <span class="changeSetComment"></span><br /> <span class="claim"></span> </div> </div> </body> </html> To contribute you may download this code and submit pull requests. To facilitate testing a simple sinatra test server has been added (test_server.rb) which requires you to have rubygems sinatra and json installed.
About
A modestly superior Hudson build monitor for Grease Monkey
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 78.4%
- Ruby 21.6%