Orso Labs

Filtering for "concourse"

Remove filter
Building Go code, with and without Go modules, with Concourse
Before the introduction of Go Modules with Go 1.11, building Go code required to follow the peculiar directory structure of GOPATH. We show how to build Go code, wether it already supports go.mod or not, with Concourse.
Temporary override of Concourse pipeline parameters
Sometimes we would like to override some parameters of a Concourse pipeline on a reversible/temporary manner, that is, without committing the changes to a git repository.
Bootstrapping Concourse pipelines
How to bootstrap pipelines with Concourse, some custom logic and the Concourse pipeline resource.