Closed nhooyr closed 5 years ago
Trying to use this plugin but my agent is giving:
🚨 Error: Failed to parse a plugin definition: Configuration for "github.com/buildkite-plugins/image-buildkite-plugin" is not a hash
Using latest docker image.
pipeline.yml looks like:
pipeline.yml
steps: - label: 'go env' command: go env plugins: - docker#v3.0.1: image: "golang:latest"
Ah, hash means map lol.
My bad, my pipeline is clearly incorrect and the config for the docker plugin is not a hash.
Trying to use this plugin but my agent is giving:
Using latest docker image.
pipeline.yml
looks like: