Skip to content

Instantly share code, notes, and snippets.

View rskang's full-sized avatar

Rich Kang rskang

  • Wizzywig Ltd
  • Portsmouth
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rskang on github.
  • I am rskang (https://keybase.io/rskang) on keybase.
  • I have a public key whose fingerprint is 0C2B C752 A38A 7824 8847 5E2C 3634 79A7 0A0F 9C06

To claim this, I am signing this object:

@rskang
rskang / JenkinsBuildStatusHistory.md
Created October 11, 2016 12:29 — forked from kalenwatermeyer/JenkinsBuildStatusHistory.md
Jenkins - Build status history for multiple jobs

Jenkins Build Status History - screenshot

Description

The Jenkins Build Status History widget periodically fetches a snapshot of build status information for a specified list of jobs on a Jenkins CI server.

As time progresses, new build status samples are added to the right, while older samples are removed from the left. This view allows you to quickly see the health of your jobs as well as any time trends.

Calls are made to the Jenkins API to retrieve the name and color properties of listed jobs in a JSON form. The color of a given job represents its current build status (i.e. "blue" => successful build, "red" => failing build and so on).