- New: Added support for
BUILDKITE_GIT_CLONE_FLAGS
(#326) giving you the ability customise how the agent clones your repository onto your build machines. You can use this to customise the "depth" of your repository if you want faster clonesBUILDKITE_GIT_CLONE_FLAGS="-v --depth 1"
- New: Allow metadata value to be read from
STDIN
(#327). This allows you to set meta-data from files easiercat meta-data.txt | buildkite-agent meta-data set "foo"