Σημείωση
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να συνδεθείτε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
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. |