Skip to content

Instantly share code, notes, and snippets.

@lox
Last active October 19, 2017 02:12
Show Gist options
  • Select an option

  • Save lox/370a05e0bf7645bc6728ca18b0b23295 to your computer and use it in GitHub Desktop.

Select an option

Save lox/370a05e0bf7645bc6728ca18b0b23295 to your computer and use it in GitHub Desktop.
Interpolation test

Create a pipeline with https://gist.github.com/370a05e0bf7645bc6728ca18b0b23295.git with and a single upload step with buildkite-agent pipeline upload buildkite-pipeline.yml

steps:
- name: Print env vars
agents:
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE?}"
command:
- env
- echo $BUILDKITE
- echo $BUILDKITE_BRANCH
- echo $BUILDKITE_COMMIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment