Buildkite v3.0-beta.3 Release Notes

Release Date: 2016-06-01 // almost 8 years ago
  • โž• Added

    • Added support for BUILDKITE_GIT_CLONE_FLAGS (#330) 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 clones BUILDKITE_GIT_CLONE_FLAGS="-v --depth 1". This option can also be configured in your buildkite-agent.cfg file using the git-clone-flags option
    • BUILDKITE_GIT_CLEAN_FLAGS can now be configured in your buildkite-agent.cfg file using the git-clean-flags option (#330)
    • ๐Ÿ‘ Allow metadata value to be read from STDIN (#327). This allows you to set meta-data from files easier cat meta-data.txt | buildkite-agent meta-data set "foo"

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed environment variable sanitisation #333