Create pipeline schedule variable
create_pipeline_schedule_variableCreate a pipeline schedule variable by specifying project, schedule ID, key, and value. Solves the need to define variables for scheduled pipelines without returning the value in the response.
Instructions
Create a pipeline schedule variable without returning its value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| variable_type | No | ||
| pipeline_schedule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |