Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Branches to include or exclude for triggering a run using a pipeline resource.
Definitions that reference this definition: resources.pipelines.pipeline.trigger
Implementations
Implementation | Description |
---|---|
branches: include, exclude | Lists of branches to include and exclude. |
branches: string list | List of branches to include. |
branches: include, exclude
Lists of branches to include and exclude.
branches:
include: [ string ] # List of branches to include.
exclude: [ string ] # List of branches to exclude.
Properties
include
string list.
List of branches to include.
exclude
string list.
List of branches to exclude.
branches: include, exclude
Lists of branches to include and exclude.
branches:
include: [ string ]
exclude: [ string ]
Properties
include
string list.
exclude
string list.
branches: string list
List of branches to include.
branches: [ string ] # List of branches to include.
List types
Type | Description |
---|---|
string | List of branches to include. |