Skip to content

Document matching refs with an at-symbol

Cody Mize requested to merge kingcody/gitlab-ce:docs/ci-refs-at-symbol into master

What does this MR do?

Document pattern matching refs that contain an at-symbol.

At-symbols are used to match a ref to a specific repository path. Currently this is done by string splitting the ref pattern on the at-symbol. In order to pattern match a literal @ you must use RE2's hex character code matching \x40.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Cody Mize

Merge request reports