-
### The problem
We are using this pull request resource to [create Bosh releases](https://bosh.io/docs/create-release.html) in our Concourse pipeline, for a deployment of Cloud Foundry. Bosh releas…
-
In my pipeline, i want to ensure the stack is removed before redeploying it, i'd like something like:
``` yaml
- name: purge-previous-deployment
plan:
- get: environment
trigger: …
-
It will be nice if the resource has an option to automatically merge the PR.
Note it will be nice to have a way to specify the merge_method. It should also make sure that the review process is comp…
-
Much like cloudformation before it, I usually find terraform needs to take a few 'stabs' at completing an update. It seems like it's more of a problem for us in AWS us-east region than for people usin…
-
Unfortunately, some images on docker-hub only publish a `latest` tag. It would be nice if we could specify an image by sha-id to allow more reproducible builds in this case without requiring me to use…
-
We see that if we set "private" on the resource definition, all the urls we get are signed. Signing the URLs actually makes them _more_ public, in a way. Without signing, if the bucket is private, you…
-
I'm trying to install concourse using the binaries on ubuntu 16.04. It appears that on this version, both garden-linux and docker default to using overlayfs as their graph storage engine. Thus, the do…
-
As new features are added to Terraform so quickly, some users would like to use new Terraform features with this resource before the feature has been officially released. A set of re-usable Concourse …
-
Split out from https://github.com/18F/cg-product/issues/301.
We're using lots of CI tools: concourse, travis, circle, and wercker. We should get this number down to one or two; let's start by droppin…
-
In v2.0.1, the `$ATC_EXTERNAL_URL` variable always ends with `/teams/main` regardless of the actual team name. The URL should end with the name of the team that owns the job that the value is passed …