Skip to content
Snippets Groups Projects
Commit 25c71034 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'patch-32' into 'master'

Docs: specify regexp language used for `only`/`except` mechanism in `.gitlab-ci.yaml`

See merge request gitlab-org/gitlab-ce!23235
parents d093bbae d3b1f828
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -334,7 +334,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.
* `only` and `except` allow the use of regular expressions (using [Ruby regexp syntax](https://ruby-doc.org/core/Regexp.html)).
* `only` and `except` allow to specify a repository path to filter jobs for
forks.
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment