Skip to content

Simple Dashing widget to display the status of Jenkins' Continuous Integration jobs as a traffic light.

License

Notifications You must be signed in to change notification settings

servebox/jenkins_traffic_light_dashing_widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Preview

Description

Simple Dashing widget to display the status of Jenkins' Continuous Integration jobs as a traffic light. This widget is based on the Roxanne gem.

##Usage

To use this widget, copy jenkins_traffic_light.html, jenkins_traffic_light.coffee, and jenkins_traffic_light.scss into the /widgets/jenkins_traffic_light directory. Put the jenkins_traffic_light.rb file in your /jobs folder.

To include the widget in a dashboard, add the following snippet to the dashboard layout file:

<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="jenkins" data-view="JenkinsTrafficLight" data-title="My Jenkins Job Name"></div>
</li>

##Settings

You'll need to change the following values in the jenkins_traffic_light.rb file: JENKINS_HOST, PATH, USERNAME, PASSWORD, SSL_ENABLED and PORT.

##References

Based on Roxanne.

CSS inspired by: http://codepen.io/abruzzi/pen/cEfGi.

About

Simple Dashing widget to display the status of Jenkins' Continuous Integration jobs as a traffic light.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published