【发布时间】:2023-02-09 07:30:28
【问题描述】:
我有以下 GitRepo 资源配置:
name: ExtBuildInfo_ReleaseGitRepo
type: GitRepo
configuration:
gitProvider: Github
path: myrepo/ext-build-info
tags:
include: ^v.*$
buildOn:
commit: false
tagCreate: true
cancelPendingRuns:
newCommit: true
当我在 Github 中创建一个新版本时,我看到有两个运行正在排队等待管道。为什么是这样?上面是否缺少任何配置?
【问题讨论】:
标签: jfrog-pipelines