Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
c808de25
Commit
c808de25
authored
May 17, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update variables expressions pattern matching docs
parent
8b3e21b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
doc/ci/variables/README.md
doc/ci/variables/README.md
+2
-7
No files found.
doc/ci/variables/README.md
View file @
c808de25
...
@@ -537,11 +537,8 @@ Below you can find supported syntax reference:
...
@@ -537,11 +537,8 @@ Below you can find supported syntax reference:
It is possible perform pattern matching against a variable and regular
It is possible perform pattern matching against a variable and regular
expression. Expression like this evaluates to truth if matches are found.
expression. Expression like this evaluates to truth if matches are found.
Pattern matching is case-sensitive by default. Prepend `(?i)` to a
Pattern matching is case-sensitive by default. Use `i` flag modifier, like
match-group to make a pattern case-insensitive.
`/pattern/i` to make a pattern case-insensitive.
Under the hood we are using [RE2 library][re2-library], see
[syntax documentation][re2-syntax] for reference.
### Unsupported predefined variables
### Unsupported predefined variables
...
@@ -583,5 +580,3 @@ These variables are also not supported in a context of a
...
@@ -583,5 +580,3 @@ These variables are also not supported in a context of a
[
builds-policies
]:
../yaml/README.md#only-and-except-complex
[
builds-policies
]:
../yaml/README.md#only-and-except-complex
[
dynamic-environments
]:
../environments.md#dynamic-environments
[
dynamic-environments
]:
../environments.md#dynamic-environments
[
gitlab-deploy-token
]:
../../user/project/deploy_tokens/index.md#gitlab-deploy-token
[
gitlab-deploy-token
]:
../../user/project/deploy_tokens/index.md#gitlab-deploy-token
[
re2-library
]:
https://github.com/google/re2
[
re2-syntax
]:
https://github.com/google/re2/wiki/Syntax
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment