A Buildkite plugin for running pipeline steps using buildtools.
steps:
- command: "build"
plugins:
- buildtool/buildtools:
If you want to source environment variables from a file in S3
steps:
- command: "build"
plugins:
- buildtool/buildtools:
config: "s3://my-buildkite-secrets/configs/test"
A configuration file to source located in S3, should set env
variables to be used by buildtools like BUILDTOOLS_CONTENT
and KUBECONFIG_CONTENT_BASE64
Example: s3://my-buildkite-secrets/configs/test
The version of buildtools to use, defaults to latest
Example: 0.2.28