github.com/pquerna/agent@v2.1.8+incompatible/packaging/github/linux/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  # Populate the meta data from the current instances EC2 Tags
    14  # meta-data-ec2-tags=true
    15  
    16  # Path to the bootstrap script. You should avoid changing this file as it will
    17  # be overridden when you update your agent. If you need to make changes to this
    18  # file: use the hooks provided, or copy the file and reference it here.
    19  bootstrap-script="$HOME/.buildkite-agent/bootstrap.sh"
    20  
    21  # Path to where the builds will run from
    22  build-path="$HOME/.buildkite-agent/builds"
    23  
    24  # Directory where the hook scripts are found
    25  hooks-path="$HOME/.buildkite-agent/hooks"
    26  
    27  # Do not run jobs within a pseudo terminal
    28  # no-pty=true
    29  
    30  # Don't automatically verify SSH fingerprints
    31  # no-automatic-ssh-fingerprint-verification=true
    32  
    33  # Don't allow this agent to run arbitrary console commands
    34  # no-command-eval=true
    35  
    36  # Enable debug mode
    37  # debug=true
    38  
    39  # Don't show colors in logging
    40  # no-color=true