Skip to content

clarkie/jenkins-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://jenkins.workplace.com) If you need user credential based authentication for your jenkins instance you can format your URL like this: http://username:password@jenkins.workplace.com

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

About

Terminal based dashboard for Jenkins CI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published