2

我使用“Github Pull Request Builder”设置了 jenkins,并且在大多数情况下它都很棒。然而,额外的构建被触发引用关闭的 PR。
例如,如果创建 PR 8,它还将构建:

原产地/pr/7/头

起源/pr/8/合并

我怎样才能阻止它做这两个额外的构建?

4

1 回答 1

0

在这里检查文档。

https://github.com/jenkinsci/ghprb-plugin#creating-a-job

如果您只想构建 PR,请将 refspec 设置为 +refs/pull/${ghprbPullId}/ :refs/remotes/origin/pr/${ghprbPullId}/

于 2019-07-31T03:51:26.297 回答