resources.pipelines.pipeline.trigger.branches 定义

要包含或排除以使用管道资源触发运行的分支。

引用此定义的定义:resources.pipelines.pipeline.trigger

实现

执行 说明
分支:包括、排除 要包含和排除的分支列表。
分支:字符串列表 要包括的分支列表。

分支:包括、排除

要包含和排除的分支列表。

branches:
  include: [ string ] # List of branches to include.
  exclude: [ string ] # List of branches to exclude.

性能

include 字符串列表。
要包含的分支列表。

exclude 字符串列表。
要排除的分支列表。

分支:包括、排除

要包含和排除的分支列表。

branches:
  include: [ string ]
  exclude: [ string ]

性能

include 字符串列表。

exclude 字符串列表。

分支:字符串列表

要包括的分支列表。

branches: [ string ] # List of branches to include.

列表类型

类型 说明
字符串 要包括的分支列表。