akshaykarle / gocd-yaml-config-example

GoCD example configuration in YAML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gocd-yaml-config-example

GoCD example configuration in YAML

Install GoCD YAML configuration plugin and add this to your XML config:

<config-repos>
  <config-repo plugin="yaml.config.plugin">
    <git url="https://github.com/tomzo/gocd-yaml-config-example.git" />
  </config-repo>
</config-repos>

About

GoCD example configuration in YAML

License:Apache License 2.0