gpt4 book ai didi

git - Bitbucket 管道 - 具有相同步骤的多个分支

转载 作者:IT王子 更新时间:2023-10-29 01:28:03 28 4
gpt4 key购买 nike

是否可以 merge bitbucket 管道中具有相同步骤的多个分支?

例如:我工作的团队为其审查分支使用两个名称之一,“rev”或“staging”。无论哪种方式,都使用相同的步骤发布到我们的评论服务器。现在分支是分开调用的。

pipelines:
branches:
rev:
steps:
- echo 'step'
staging:
steps:
- echo 'step'

但会不会是这样的

pipelines:
branches:
rev|staging:
steps:
- echo 'step'

最佳答案

大括号内的逗号分隔列表似乎有效:

pipelines:
branches:
'{rev,staging}':
- step:
script:
- echo 'step'

关于git - Bitbucket 管道 - 具有相同步骤的多个分支,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42304478/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com