github.com/bshelton229/agent@v3.5.4+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 # Tags for the agent (default is "queue=default") 11 # tags="key1=val2,key2=val2" 12 13 # Path to a custom bootstrap command to run. By default this is `buildkite-agent bootstrap`. 14 # This allows you to override the entire execution of a job. Generally you should use hooks instead! 15 # See https://buildkite.com/docs/agent/hooks 16 # bootstrap-script="" 17 18 # Path to where the builds will run from 19 build-path="C:\buildkite-agent\builds" 20 21 # Directory where the hook scripts are found 22 hooks-path="C:\buildkite-agent\hooks" 23 24 # Directory where plugins will be installed 25 plugins-path="C:\buildkite-agent\plugins" 26 27 # Flags to pass to the `git clone` command 28 # git-clone-flags=-v 29 30 # Flags to pass to the `git clean` command 31 # git-clean-flags=-fxdq 32 33 # Don't automatically verify SSH fingerprints (2.2 and above with `buildkite bootstrap`) 34 # no-automatic-ssh-fingerprint-verification=true 35 36 # Don't allow this agent to run arbitrary console commands (2.2 and above with `buildkite bootstrap`) 37 # no-command-eval=true 38 39 # Don't allow this agent to run plugins 40 # no-plugins=true 41 42 # Enable debug mode 43 # debug=true