A small backbone.js application that monitors your Jenkins CI build server and displays failing, passing, building and disabled jobs. Audio is played when jobs move from a passing state to a failing state or from a failing state to a passing state.
- Download a zip of the project
- Extract that zip
- Configure the radiator (see below)
- Open
index.html
in Safari or Chrome
- Edit
config.js
and update theci_json_url
to point to your Jenkins instance - Open
index.html
in Chrome or Safari
- Edit
config.js
and set therefresh_interval
to something other than 1 minute - Add job names that should not be counted towards a failing status to the
filtered
array