README
jenkins-dashboard
Usage
- clone this repository
- 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. jenkins.workplace.com)
JOBS_FILTER
(optional) Regex to pick the jobs you want to display
Todo
Make it handle any number of jobs and resize the grid accordingly- better error handling
tests- make it a command line tool so you could run
jenkins-dash -f=[filter] [url]
- add the last built time to the jobs
- get it to handle build pipelines
- consider using json to pick jobs to display