Skip to content

Instantly share code, notes, and snippets.

@ob1-sc
Created October 31, 2019 07:24
Show Gist options
  • Save ob1-sc/0dd2b3a0a0bac38a29b3d72179bc9c2b to your computer and use it in GitHub Desktop.
Save ob1-sc/0dd2b3a0a0bac38a29b3d72179bc9c2b to your computer and use it in GitHub Desktop.
Pipeline Common Tasks Yaml Anchor
interpolate-creds: &interpolate-creds
do:
- task: tfstate-interpolate
image: platform-automation-image
...
...
- task: credhub-interpolate
...
...
etc
plan:
- <<: *interpolate-creds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment