Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Created May 5, 2021 00:54
Show Gist options
  • Save ryanvgates/e5d7333700a4cd22b1f9598eb068d766 to your computer and use it in GitHub Desktop.
Save ryanvgates/e5d7333700a4cd22b1f9598eb068d766 to your computer and use it in GitHub Desktop.
Concourse Disable Lots of Jobs
fly login -t team -c https://my-concourse.com -u user -p password -n name
for pipeline in $(cat pipelines.txt)
do
fly -t team pause-job --job "team - ${pipeline}/dc - env2"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment