Controls which branches receive the configured parameters:
- All branches
- Every branch job gets the parameters, regardless of name.
- Only branches matching pattern
- Only branch jobs whose names fully match the regex receive the parameters.
- All branches except those matching pattern
- All branch jobs except those matching the regex receive the parameters.