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
However, the createPipeline() method in the GitLab PHP Client incorrectly places these variables within a variables field in the request body, leading to a variables is invalid error from the GitLab API.
(see:
The GitLab API documentation specifies that pipeline variables should be included directly in the request body
(see: https://docs.gitlab.com/api/pipelines/#create-a-new-pipeline).
However, the
createPipeline()
method in the GitLab PHP Client incorrectly places these variables within a variables field in the request body, leading to avariables is invalid
error from the GitLab API.(see:
Client/src/Api/Projects.php
Line 355 in 362450f
The text was updated successfully, but these errors were encountered: