Incorrect input fields were used in the pipeline schedule
Bug Report
Relevant Code
type PipelineInput struct {
Name string `json:"key"` // <- This should be the `name`.
Value any `json:"value"`
}
Array of inputs to pass to the pipeline schedule. Each input contains a name and value. Values can be strings, arrays, numbers, or booleans.
Relevant Log Output
These are the logs of the error output:
Additional Details
- GitLab Client Go Version:
v0.160.0 - GitLab Instance Version:
v18.5.0-ee - Go Version:
go version go1.25.4 darwin/arm64 - License Tier:
Ultimate
Edited by 🤖 GitLab Bot 🤖