Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.25 KB

jenkins-dashboard

Build Status Dependency Status

Example Dashboard

Usage

  1. clone this repository
  2. run npm start

Environment Variables

Use environment variables to run the process e.g.

JENKINS_URL=[url-to-your-server] JOBS_FILTER=[filter] npm start

JENKINS_URL

(required) Pretty obvious but just the root url to your jenkins server (e.g. http:https://jenkins.workplace.com) If you need user credential based authentication for your jenkins instance you can format your URL like this: http:https://username:[email protected]

JOBS_FILTER

(optional) Regex to pick the jobs you want to display

Todo

  1. Make it handle any number of jobs and resize the grid accordingly
  2. better error handling
  3. tests
  4. make it a command line tool so you could run jenkins-dash -f=[filter] [url]
  5. add the last built time to the jobs
  6. get it to handle build pipelines
  7. consider using json to pick jobs to display