agent
The Buildkite Agent is an open-source toolkit written in Golang for securely running build jobs on any device or network
How to download and setup agent
Open terminal and run command
git clone https://github.com/buildkite/agent.git
git clone is used to create a copy or clone of agent repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with agent https://github.com/buildkite/agent/archive/master.zip
Or simply clone agent with SSH
[email protected]:buildkite/agent.git