Skip to content

Add client method pipelines_by_pipeline_schedule

What does this MR do and why?

Describe in detail what your merge request does and why.

Content

  • Add client method pipelines_by_pipeline_schedule

GitLab pipeline now support getting all pipelines triggered by a pipeline schedule in a project (https://docs.gitlab.com/ee/api/pipeline_schedules.html#get-all-pipelines-triggered-by-a-pipeline-schedule), but the API wrapper does not support it yet. Thus, this commit make the GET request directly.

Ref: gitlab-com/gl-infra/delivery#19458 (closed)

Author Check-list

  • Has documentation been updated?
Edited by Dat Tang

Merge request reports

Loading