dynamic-pipeline-example:如何在Buildkite中生成动态构建管道的示例

时间:2021-05-14 01:30:34
【文件属性】:
文件名称:dynamic-pipeline-example:如何在Buildkite中生成动态构建管道的示例
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-14 01:30:34
Shell Buildkite动态管道步骤示例 该存储库是一个管道示例,管道显示了如何以,从而使您可以根据需要自定义和分发构建作业。 它是如何工作的? 启动构建后,它将首先运行单个作业。 此作业执行.buildkite/pipeline.sh | buildkite-agent pipeline upload .buildkite/pipeline.sh | buildkite-agent pipeline upload 。 此脚本执行以下操作: 在为每个目录创建一个单独的测试 仅当构建在master分支上时,才在末尾添加部署步骤 对于非主分支构建,它将生成: steps : - command : " specs/controllers/test.sh " label : " controllers " - command : " specs/features/test.s
【文件预览】:
dynamic-pipeline-example-master
----License.md(1KB)
----Readme.md(2KB)
----.buildkite()
--------pipeline.sh(385B)
--------project.json(205B)
----specs()
--------models()
--------controllers()
--------features()

网友评论