Buildkite by default searches in your repo for .buildkite/pipeline.yml, however I was wondering if its possible to specify an alternative name for the config file.
So for example is it possible to have the following folder and yml files in your repo:
.buildkite/pipeline.yml
.buildkite/pipeline2.yml
Run Code Online (Sandbox Code Playgroud)
And then have one build pipeline search for the default ./buildkite/pipeline.yml and another build pipeline search for a specific ./buildkite/pipeline2.yml?
buildkite ×1