Skip to content

dailybrain/gocd-demo

Repository files navigation

Continuous Delivery using GoCD

Docs

Usage

make start
make stop
make clean


open https://localhost:8154

Default Users

* admin / admin
* guest /  guest

Generate a password

python -c "import sha; from base64 import b64encode; print b64encode(sha.new('my-strong-password').digest())"

GitHub OAuth plugin

Others Authentication plugins

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published