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 42 forks source link

Allow to optionally specify a list of pipelines to check and in. #57

Closed aledegano closed 5 years ago

aledegano commented 5 years ago

Fix #53.

Check and out only fetches the specified list of pipelines passed in the source configuration if present, fetch all the pipelines otherwise.

The check now also specifies the team a pipeline belongs to.

Tests for check and in commands are modified and expanded to take into account the new feature.

Signed-off-by: Alessandro Degano alessandro.degano@pix4d.com