Skip to content

aquaraga/godash

Repository files navigation

Build Status

GoCD dashboard

A minimal dashboard for GoCD builds. Inspired from dashy

Usage

Configure GoCD URL and pipelines:

Update config/config.js with the relevant parameters

Install the dependencies:

npm install

Test:

npm run test

Development mode with livereload:

npm run watch

When you are done, create a production ready version of the JS bundle:

npm run build

To run the server

npm run start -- -p <port>

If no port is specified, as in npm run start, then 8080 would be used.

License

MIT License

About

Dashboard for Gocd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published