revl-ca / gocd-dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gocd-server

Procedures

Install/Start GoCD

make start

Build custom agents

make build

Install GIT credentials

make git

Install profiles

make profiles

Install repositories

make repositories

Misc.

Secure the Login

GOCD_USERNAME=<username> GOCD_PASSWORD=<password> make secure

ENABLING THIS MAKE YOU UNABLE TO PROVISION WITH SCRIPTS

Stop GoCD

make stop

Generate secret

SECRET=<your-sensitive-value> make encrypt

About


Languages

Language:Shell 79.0%Language:Dockerfile 14.2%Language:Makefile 5.2%Language:Python 1.6%