广场发布元数据
Concourse publishing meta data
是否有通过 Concourse 发布元数据(如测试覆盖率报告)的最佳实践?压缩并放入 git 存储库并不是那么好。
元数据似乎属于构建工件的类别,并且可以通过包含的 s3 资源或 s3-resource-simple.
等资源推送到对象存储
The docs have an example of using the included s3 resource. These outputs could also be downloaded locally from a job.
是否有通过 Concourse 发布元数据(如测试覆盖率报告)的最佳实践?压缩并放入 git 存储库并不是那么好。
元数据似乎属于构建工件的类别,并且可以通过包含的 s3 资源或 s3-resource-simple.
等资源推送到对象存储The docs have an example of using the included s3 resource. These outputs could also be downloaded locally from a job.