提交 b4a0e14c 编写于 作者: E Evan Read 提交者: Achilleas Pipinellis

Clarify when new values are valid

上级 0966c995
...@@ -94,7 +94,10 @@ This means that the value of the variable will be hidden in job logs, ...@@ -94,7 +94,10 @@ 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 only consist of characters from the Base64 alphabet ([RFC4648](https://tools.ietf.org/html/rfc4648)) with the addition of `@` and `:`. - The value must only consist of characters from the Base64 alphabet (RFC4648).
[In GitLab 12.2](https://gitlab.com/gitlab-org/gitlab-ce/issues/63043)
and newer, `@` and `:` are also valid values.
- The value must be at least 8 characters long. - The value must be at least 8 characters long.
- The value must not use variables. - The value must not use variables.
...@@ -509,7 +512,7 @@ Below you can find supported syntax reference: ...@@ -509,7 +512,7 @@ Below you can find supported syntax reference:
1. Checking for an empty variable 1. Checking for an empty variable
Examples: Examples:
- `$VARIABLE == ""` - `$VARIABLE == ""`
- `$VARIABLE != ""` (introduced in GitLab 11.11) - `$VARIABLE != ""` (introduced in GitLab 11.11)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册