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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
ee26d425
Commit
ee26d425
authored
Apr 28, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
1f9e0f50
05cad997
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
doc/ci/variables/README.md
doc/ci/variables/README.md
+6
-4
No files found.
doc/ci/variables/README.md
View file @
ee26d425
...
@@ -143,14 +143,16 @@ This means that the value of the variable will be hidden in job logs,
...
@@ -143,14 +143,16 @@ This means that the value of the variable will be hidden in job logs,
though it must match certain requirements to do so:
though it must match certain requirements to do so:
-
The value must be in a single line.
-
The value must be in a single line.
-
The value must not have escape characters.
-
The value must contain only letters, numbers, or underscores.
-
The value must not have escape characters, such as
`\"`
-
The value must not use variables.
-
The value must not use variables.
-
The value must not have any whitespace.
-
The value must not have any whitespace.
-
The value must be at least 8 characters long.
-
The value must be at least 8 characters long.
If the value does not meet the requirements above, then the CI variable will fail to save.
The above rules are validated using the regex
`/\A\w{8,}\z/`
. If the value
In order to save, either alter the value to meet the masking requirements
does not meet the requirements above, then the CI variable will fail to save.
or disable
`Masked`
for the variable.
In order to save, either alter the value to meet the masking requirements or
disable
`Masked`
for the variable.
### Syntax of environment variables in job scripts
### Syntax of environment variables in job scripts
...
...
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