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
0ea562cb
Commit
0ea562cb
authored
May 29, 2019
by
Krasimir Angelov
Committed by
Evan Read
May 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Clarify allowed characters in masked variables
parent
1befc3b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
doc/ci/variables/README.md
doc/ci/variables/README.md
+2
-3
No files found.
doc/ci/variables/README.md
View file @
0ea562cb
...
...
@@ -91,10 +91,9 @@ This means that the value of the variable will be hidden in job logs,
though it must match certain requirements to do so:
-
The value must be in a single line.
-
The value must not have escape characters.
-
The value must not use variables.
-
The value must not have any whitespace.
-
The value must contain only letters, numbers, or underscores.
-
The value must be at least 8 characters long.
-
The value must not use variables.
If the value does not meet the requirements above, then the CI variable will fail to save.
In order to save, either alter the value to meet the masking requirements
...
...
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