Create group CI/CD variable
create_group_ci_variableCreate a group-level GitLab CI/CD variable without exposing its value. Configure key, value, and advanced options such as masking and protection.
Instructions
Create a group CI/CD variable without returning its value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| raw | No | Whether the value is literal. Set false to enable variable expansion. | |
| group | Yes | GitLab group ID or full path such as parent/subgroup. | |
| value | Yes | ||
| masked | No | ||
| protected | No | ||
| description | No | ||
| variable_type | No | ||
| environment_scope | No | ||
| masked_and_hidden | No | Create a masked variable whose value is also hidden in GitLab. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |