@@ -609,8 +609,8 @@ then available as environment variables on the running application
...
@@ -609,8 +609,8 @@ then available as environment variables on the running application
container.
container.
CAUTION: **Caution:**
CAUTION: **Caution:**
Variables with multi-line values are not currently supported due to
Variables with multi-line values are not supported due to
limitations with the current Auto DevOps scripting environment.
limitations with the Auto DevOps scripting environment.
### Override a variable by manually running a pipeline
### Override a variable by manually running a pipeline
...
@@ -785,7 +785,7 @@ Examples:
...
@@ -785,7 +785,7 @@ Examples:
##### Enable or disable parenthesis support for variables **(CORE ONLY)**
##### Enable or disable parenthesis support for variables **(CORE ONLY)**
The feature is currently deployed behind a feature flag that is **enabled by default**.
The feature is deployed behind a feature flag that is **enabled by default**.
[GitLab administrators with access to the GitLab Rails console](../../administration/feature_flags.md)
[GitLab administrators with access to the GitLab Rails console](../../administration/feature_flags.md)
can opt to disable it for your instance.
can opt to disable it for your instance.
...
@@ -820,8 +820,7 @@ NOTE: **Note:**
...
@@ -820,8 +820,7 @@ NOTE: **Note:**
The available regular expression syntax is limited. See [related issue](https://gitlab.com/gitlab-org/gitlab/-/issues/35438)
The available regular expression syntax is limited. See [related issue](https://gitlab.com/gitlab-org/gitlab/-/issues/35438)
for more details.
for more details.
If needed, you can use a test pipeline to determine whether a regular expression will
If needed, you can use a test pipeline to determine whether a regular expression works in a variable. The example below tests the `^mast.*` regular expression directly,
work in a variable. The example below tests the `^mast.*` regular expression directly,