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.
Since version 1.502 of Jenkins the jsonp access to the API which Jenkins CI Radiator uses
is only available if the hudson.model.Api.INSECURE
System Property is set to true
You can set this by specifying it as a command line argument when you start Jenkins:
java -jar -Dhudson.model.Api.INSECURE=true jenkins.war
If this System Property is not set then Jenkins CI Radiator will hang on 'Loading...' page.
This issue is being tracked in the Jenkins JIRA here
- 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
to:- Set the
refresh_interval
to something other than 1 minute - Set
all_green_html
to be the text, icon or image to appear when all builds are green
e.g.all_green_html: 'All Good!'
orall_green_html: <img src="green.png/>
Default is the heart shown in the screenshot below.
- Set the
-
Add job names that should not be counted towards a failing status to the
filtered
array