You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the recent versions of GitLab (15.7+) a new 'raw' flag has been introduced along side of 'masked' and 'protected'.
The purpose of this flag is to be able to signal whether or not the variable value should be expanded or used raw.
When working with variables it would be helpful to have the possibility to set this, so we do not have to rely on the default value.
In the recent versions of GitLab (15.7+) a new 'raw' flag has been introduced along side of 'masked' and 'protected'.
The purpose of this flag is to be able to signal whether or not the variable value should be expanded or used raw.
When working with variables it would be helpful to have the possibility to set this, so we do not have to rely on the default value.
Docs:
https://about.gitlab.com/releases/2022/12/22/gitlab-15-7-released/#support-the--character-in-cicd-variables
https://gitlab.com/gitlab-org/gitlab/-/issues/17069
https://docs.gitlab.com/ee/api/project_level_variables.html
https://docs.gitlab.com/ee/api/group_level_variables.html
The text was updated successfully, but these errors were encountered: