我们有一个单峰,里面有3个系统。我想为每个系统创建一个单独的构建。
仅当文件在特定文件夹中更改时,才能触发管道?
我们正在使用github
steps:
- label: 'Lint'
command: '.buildkite/scripts/lint.sh'
agents:
node: true
queue: xyz
- label: 'Run Tests'
command: '.buildkite/scripts/tests.sh'
agents:
node: true
queue: xyz发布于 2022-02-07 10:22:31
buildkite支持给我发电子邮件给我这个解决方案:
谢谢你伸出援手!听起来你可能想看看如何使用monorepo diff插件!
https://github.com/chronotc/monorepo-diff-buildkite-plugin
这里还有一篇很好的关于设置它的中介文章:https://medium.com/geekculture/set-up-continuous-integration-for-monorepo-using-buildkite-61539bb0ed76
如果您有任何其他问题或需要更多的帮助,请告诉我们!
干杯,
https://stackoverflow.com/questions/70985614
复制相似问题