Is there an unpause_pipeline step or how can I automatically unpause a pipeline created with set_pipeline #6324
-
|
Hi there, I'm using Concourse 6.7.1. I programatically create a whole bunch of pipelines depending on external triggers using the set_pipeline step. This works great, except the pipelines are all paused by default. Is there any way to create them as unpaused or unpause them. The resource (which the step replaces, I believe) had the unpause option as shown on https://github.com/concourse/concourse-pipeline-resource. How can I do this without using the resource and just using the step, if it is possible? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I have used |
Beta Was this translation helpful? Give feedback.
set_pipelinestep should set pipeline with un-paused state, see https://github.com/concourse/concourse/blob/v6.7.1/atc/exec/set_pipeline_step.go#L232.I have used
set_pipelinestep in many of my pipelines, never needed to unpause them after set.