Questions tagged [concourse-pipeline]

For questions specifically related to the configuration and usage of Pipelines in Concourse - the CI system written in Go. When using this tag also include the more generic [concourse] tag where possible.

64 questions
0
votes
1 answer

AWS CloudFormation keys not accepting special characters

I have noticed that AWS CloudFormation does not like special characters. When I update a key:value pair in our pipeline.yml file with special char e.g. PAR_FTP_PASS: ^XoN*H89Ie!rhpl!wan=Jcyo6mo, I see the following error: parameters[5]…
0
votes
1 answer

Create reusable concourse pipelines

I have a bunch of applications that follow the same basic pattern so I'm trying to create a pipeline that would act as a reusable library. So far it's working pretty good by doing something like: fly -t TARGET set-pipeline /n /c…
Christopher Painter
  • 54,556
  • 6
  • 63
  • 100
-1
votes
1 answer

Trying to send variables with terraform plan using concourse ci

I am trying to create a pipeline in concourse, which is going to trigger on github updates on a remote branch, and use that branch to plan, apply and destroy a terraform deployment. - name: terraform-repo type: git icon: github source: …
Lime
  • 11
  • 2
1 2 3 4
5