Created
May 5, 2021 00:54
-
-
Save ryanvgates/e5d7333700a4cd22b1f9598eb068d766 to your computer and use it in GitHub Desktop.
Concourse Disable Lots of Jobs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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