li-jiayu / gocd-json-config-example

Example Go configuration repository with json configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gocd-json-config-example

Example GoCD configuration repository with json configuration.

Server configuration

In order to import this configuration in your Go server.

  1. Install json.config.plugin
  2. Add this to your cruise-config.xml configuration:
<config-repos>
   <config-repo pluginId="json.config.plugin" id="gocd-json-config-example">
     <git url="https://github.com/tomzo/gocd-json-config-example.git" />
   </config-repo>
</config-repos>

About

Example Go configuration repository with json configuration

License:Apache License 2.0