Skip to content

An alternative dashboard for GoCD that mimics Jenkins' dashboard

License

Notifications You must be signed in to change notification settings

andreasfolkesson/gocd-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoCD Dashboard

This is an alternative dashboard for GoCD. It mimics the Jenkins dashboard view.

Screenshot

Features

  • Detail view of all pipelines in all groups, groups are collapsible
  • Schedule/pause/unpause any pipeline
  • Detail view of all agents, with build status
  • Cancel any stage that is scheduled or building
  • List of all queued jobs
  • Auto-refreshes all data from server

Requirements

  • GoCD server v15.1 or v15.2 (this project uses the undocumented /go/dashboard.json API)
  • A webserver

Usage

  1. Modify js/config.js as necessary.
  2. Serve this directory with the webserver of your choice.

Configuration

Default configuration values are sourced from js/config.js.

  • server: URL to your GoCD server.

Copyright

Copyright (c) 2015 Matt Greensmith

This project is licensed under the terms of the MIT license.

About

An alternative dashboard for GoCD that mimics Jenkins' dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.6%
  • HTML 41.6%
  • CSS 1.8%