Giter Site home page Giter Site logo

jenkins-radiator's Introduction

Jenkins CI Radiator

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.

Jenkins Configuration

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

Installation

  1. Download a zip of the project
  2. Extract that zip
  3. Configure the radiator (see below)
  4. Open index.html in Safari or Chrome

Configuration

  1. Edit config.js and update the ci_json_url to point to your Jenkins instance
  2. Open index.html in Chrome or Safari

Optional Configuration

  • 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!' or all_green_html: <img src="green.png/>
      Default is the heart shown in the screenshot below.
  • Add job names that should not be counted towards a failing status to the filtered array

Screenshots

Failing Builds Failing Builds in Jenkins Radiator

Passing Builds Passing Builds in Jenkins Radiator

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.