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
{{ message }}
project.trigger_pipeline: missing parameter for "pipeline inputs" #3194
Description of the problem, including code/CLI snippet
Since Pipeline inputs are official now the python-gitlab should support it in trigger_pipeline, too.
It seems it was not added:
https://github.com/python-gitlab/python-gitlab/blob/main/gitlab/v4/objects/projects.py#L427
Expected Behavior
Add parameter for Pipeline inputs.
Actual Behavior
Not possible with trigger_pipeline
Specifications