There's too much manual glue in this plugin.
I'd love to see some sort of auto-discovery option that automatically watches any nested .buildkite directory and generate a dynamic pipeline:
auto:
discover: .buildkite
command: bash generate.sh
Where generate.sh is executed from the discovered .buildkite directories, when and if they're altered.
There's too much manual glue in this plugin.
I'd love to see some sort of auto-discovery option that automatically watches any nested .buildkite directory and generate a dynamic pipeline:
Where
generate.shis executed from the discovered .buildkite directories, when and if they're altered.