diff --git a/ci/README.md b/ci/README.md index 74f93c44e5..1f56db8493 100644 --- a/ci/README.md +++ b/ci/README.md @@ -31,9 +31,16 @@ __Setup__ ``` fly --target app-autoscaler-release login --team-name app-autoscaler --concourse-url https://concourse.app-runtime-interfaces.ci.cloudfoundry.org -push autoscaler -./set-pipeline.sh -popd +make set-autoscaler-pipeline +``` + +## Unpause all/some jobs for any set pipeline + +_Unpause_ + +``` +# You will be prompted to select the specific jobs you want to unpause. +make unpause-pipeline ``` ## Prometheus