We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce74061 commit c353a45Copy full SHA for c353a45
README.md
@@ -10,10 +10,18 @@ Create gocd-pipelines from YAML config.
10
Download static binary here:
11
https://github.com/dennisgranath/gocd-plumber/releases/latest
12
13
-## Build
14
-`go build`
+Edit config file (a sample is available in root/etc/gocd-plumber dir).
+## Run
15
+
16
+Run gocd-plumber in a directory containing pipeline configuration files:
17
18
+`./gocd-plumber -config /path/to/config`
19
20
## Dev
21
22
+### Build
23
+`go build`
24
25
### GoCD
26
`git clone https://github.com/dennisgranath/gocd-docker.git` and run `docker-compose up`.
27
0 commit comments