You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ A local docker registry is running so that the development image can be stored.
22
22
./go update-pipeline
23
23
```
24
24
25
+
### Changing the pipeline
26
+
27
+
Note that the pipeline is generated dynamically by using [jsonnet](https://jsonnet.org/). See [this blog post](https://hceris.com/templating-concourse-pipelines-with-jsonnet/) for more context about it.
28
+
25
29
## Running things
26
30
27
31
There is a `go` script that is the entrypoint of all the tasks. Simply run it without arguments to get a list of available targets.
0 commit comments