标签: buildkite

Buildkite和webhook到git repo

我有一个Buildkite管道运行,但我们最近改变了我们的git仓库.如何将新仓库挂钩到现有管道?

我知道你可以更改repo url,但webhook网址怎么样?

似乎无法在任何地方找到答案.

谢谢您的帮助

git webhooks buildkite

3
推荐指数
1
解决办法
173
查看次数

Is it possible to specify the name of the .yml file for buildkite to use for its pipeline config?

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
推荐指数
1
解决办法
384
查看次数

标签 统计

buildkite ×2

git ×1

webhooks ×1