我有一个Buildkite管道运行,但我们最近改变了我们的git仓库.如何将新仓库挂钩到现有管道?
我知道你可以更改repo url,但webhook网址怎么样?
似乎无法在任何地方找到答案.
谢谢您的帮助
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?