Skip to content

innyso/concourse-pipelines-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Concourse Pipelines Dashboard The Concourse CI tool currently does not have a nice way to view all your pipelines. Pipelines are hidden behind a drawer and the order depends on when you've added the pipeline (and can't be sorted)

This project solves this issue by using the Concourse REST API to create a single page dashboard of all your pipelines that with their current statuses.

screenshot

Live Demo available here

Installation

This project is written in node.js Clone the project and make sure all node dependencies are installed. Edit the config.js file and update the required variables.

TODO: flesh this out.

Usage

cd .../concourse-pipelines-dashboard
npm start 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.1%
  • CSS 20.8%
  • HTML 13.1%