We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
def trigger_pipeline( self, ref: str, token: str, variables: dict[str, Any] | None = None, **kwargs: Any, ) -> ProjectPipeline:
Add parameter for Pipeline inputs.
Not possible with trigger_pipeline
The text was updated successfully, but these errors were encountered:
Pipeline inputs support python-gitlab#3194
4fda788
feat(api): pipeline inputs support (python-gitlab#3194)
0eee72b
a4c0444
798812f
2b7dd52
feat(api): pipeline inputs support (#3194)
306c4b1
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: