- Notifications
You must be signed in to change notification settings - Fork673
-
Hello, Cheers |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 4 replies
-
@jeremad this should already be possible with something like this:
|
BetaWas this translation helpful?Give feedback.
All reactions
-
And would it work with |
BetaWas this translation helpful?Give feedback.
All reactions
-
The proper way to do this in python would be: pipeline=project.pipelines.get("latest",ref="my_branch") This should work, yes! |
BetaWas this translation helpful?Give feedback.
All reactions
-
Amazed that this actually works. That's why I wanted to try a more a hacky way. Thanks for your answsers. A small mention in the doc would be amazing though. Cheers. |
BetaWas this translation helpful?Give feedback.
All reactions
-
@jeremad that's great, if you feel like it you can open a PR inhttps://github.com/python-gitlab/python-gitlab/blob/main/docs/gl_objects/pipelines_and_jobs.rst! |
BetaWas this translation helpful?Give feedback.