github.com/discordapp/buildkite-agent@v2.6.6+incompatible/packaging/github/windows/buildkite-agent.cfg (about) 1 # The token from your Buildkite "Agents" page 2 token="xxx" 3 4 # The name of the agent 5 name="%hostname-%n" 6 7 # The priority of the agent (higher priorities are assigned work first) 8 # priority=1 9 10 # Meta-data for the agent (default is "queue=default") 11 # meta-data="key1=val2,key2=val2" 12 13 # Path to the bootstrap script. You should avoid changing this file as it will 14 # be overridden when you update your agent. If you need to make changes to this 15 # file: use the hooks provided, or copy the file and reference it here. 16 bootstrap-script="bootstrap.bat" 17 18 # Path to where the builds will run from 19 build-path="builds" 20 21 # Directory where the hook scripts are found 22 hooks-path="hooks" 23 24 # Flags to pass to the `git clone` command 25 # git-clone-flags=-v 26 27 # Flags to pass to the `git clean` command 28 # git-clean-flags=-fdq 29 30 # Enable debug mode 31 # debug=true