要包含或排除以使用管線資源觸發執行的分支。
參考此定義的定義: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.
清單類型
| 類型 | 說明 |
|---|---|
| 字串 | 要包含的分支清單。 |