is there a way to skip archived concourse pipelines and unpause only un archived pipelines?

177 Views Asked by At

I am getting below error while unpause all our concourse pipelines using this below command.

Command: fly -t ci unpause-pipeline -a

unpaused 'pipeline-1'
unpaused 'pipeline-2'
unpaused 'pipeline-3'
unpaused 'pipeline-4'
unpaused 'pipeline-5'
error: Unexpected Response
Status: 409 Conflict
Body:
action not allowed for an archived pipeline

Is there a way to select only unarchived pipelines and unpause OR skip archived pipelines during this process.

1

There are 1 best solutions below

0
On

Unfortunately, it's not a thing yet, but your question would make for a great enhancement request if reported in concourse/concourse.