resources.pipelines.pipeline.trigger.branches 定义
要包含或排除以使用管道资源触发运行的分支。
引用此定义的定义: resources.pipelines.pipeline.trigger
实现形式
分支:包括、排除
要包括和排除的分支列表。
branches:
include: [ string ]
exclude: [ string ]
属性
include
字符串列表。
exclude
字符串列表。
分支:字符串列表
要包括的分支列表。
branches: [ string ] # List of branches to include.
列表类型
类型 | 说明 |
---|---|
字符串 | 要包括的分支列表。 |