Last active
June 22, 2017 06:34
-
-
Save lox/661cdb782145bfd415489f52fef47b4d to your computer and use it in GitHub Desktop.
Windows buildkite-agent test
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
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" |
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
@echo off | |
echo Hello world. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment