Skip to content

Instantly share code, notes, and snippets.

@lox
Last active June 22, 2017 06:34
Show Gist options
  • Save lox/661cdb782145bfd415489f52fef47b4d to your computer and use it in GitHub Desktop.
Save lox/661cdb782145bfd415489f52fef47b4d to your computer and use it in GitHub Desktop.
Windows buildkite-agent test
steps:
- name: Show env
command: env
agents:
queue: "$BUILDKITE_AGENT_META_DATA_QUEUE"
- name: Test Batch File
command: test.bat
agents:
queue: "$BUILDKITE_AGENT_META_DATA_QUEUE"
@echo off
echo Hello world.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment