Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 362 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 362 Bytes

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>