Skip to content

davidkennedydev/template-gocd-mustache-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-gocd-pipeline-as-code-example

Example of GoCD pipeline as code generated with templates

How build

cd template-gocd-pipeline-as-code
make

Using docker

If you haven't UNIX environment you can run this on Docker container, that will generate the build.gocd.yaml on your host machine.

# create image
docker build --label gocd-template:0.2 .

# run on container
touch build.gocd.yaml
docker run --rm -v $(pwd)/build.gocd.yaml:/app/build.gocd.yaml gocd-template:0.2

About

Example of GoCD pipeline as code template based on mustache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published