Commit 50cd5d9b authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'docs/ci-regexp-syntax' into 'master'

Update RegExp syntax link to RE2

See merge request gitlab-org/gitlab-ce!27090
parents 6844ba2d 50cef822
......@@ -319,7 +319,7 @@ There are a few rules that apply to the usage of job policy:
- `only` and `except` are inclusive. If both `only` and `except` are defined
in a job specification, the ref is filtered by `only` and `except`.
- `only` and `except` allow the use of regular expressions (using [Ruby regexp syntax](https://ruby-doc.org/core/Regexp.html)).
- `only` and `except` allow the use of regular expressions ([supported regexp syntax](#supported-onlyexcept-regexp-syntax)).
- `only` and `except` allow to specify a repository path to filter jobs for
forks.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment