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

[feature] flag to unpause pipelines #28

Closed trobert2 closed 6 years ago

trobert2 commented 6 years ago

It would be nice to have a way to unpause a pipeline after creating it. The lack of this feature means that we have to create one more fly resource and execute that command. Since we do that, there is no reason to use this resource.

I propose having a flag called unpause in the configuration of each pipeline with a default to false:

      pipelines:
      - name: my-pipeline
        team: team-1
        config_file: path/to/config/file
        unpause: true
        vars_files:
        - path/to/optional/vars/file/1
     - name: my-second-pipeline
        team: team-2
        config_file: path/to/config/file2
        vars_files:
        - path/to/optional/vars/file/2
marco-m commented 6 years ago

It looks like this ticket can be closed as DONE :-)