concourse / concourse-pipeline-resource

!!! use the `set_pipeline` step instead !!!
https://concourse-ci.org/jobs.html#schema.step.set-pipeline-step.set_pipeline
MIT License
76 stars 41 forks source link

[bug] the resource gets from Concourse ALL the existing pipelines instead of only the ones mentioned in the `put` #53

Closed marco-m closed 5 years ago

marco-m commented 5 years ago

Bug Report

The resource gets from Concourse all the existing pipelines, instead of focusing only on the ones managed by it (that is, the ones that are put).

In my understanding this has two problems:

vito commented 5 years ago

fixed by #58