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
Unfortunately in my case when calling getJobApi().getJobsForPipeline() gitlab returns more than 100 results. Paging support for this call would be great. I don't think there's any other way of calling this paged, right? I'd call the get method and do the rest myself but it's protected.