includeExcludeFilters definition
Lists of items to include or exclude for trigger events.
includeExcludeFilters:
include: [ string ] # List of items to include.
exclude: [ string ] # List of items to exclude.
Note
This definition is a supporting definition and is not intended for use directly in a pipeline. This article provides the YAML syntax for this supporting type, but does not show usage examples. For more information on using the definitions that this type supports, see the following definition links.
Definitions that reference this definition: trigger, pr, schedules.cron
Note
This definition is a supporting definition and is not intended for use directly in a pipeline. This article provides the YAML syntax for this supporting type, but does not show usage examples. For more information on using the definitions that this type supports, see the following definition links.
Properties
include
string list.
List of items to include.
exclude
string list.
List of items to exclude.