-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support include_retried when getting jobs for a pipeline via paging (#…
…1046) Follow-up to #954, which added the same for the non-paging request already. If pipelines have a large amount of jobs (> 100 at least), need to use the paging API to get all jobs (as GitLab limits paging size to max. 100). JobApi didn't support the include_retried flag yet, in the methods that support paging (i.e. those that return Pager<Job>/Stream<Job>)
- Loading branch information
Showing
1 changed file
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters