get pipelines from multiple pages on gitlab?
JohnMcClane97 opened this issue · 1 comments
JohnMcClane97 commented
Is there way to get request more pipelines from several pages from gitlab? to just change to next page in the url and get more then just the 20 latest builds?
sincerely/
John
JohnMcClane97 commented
Found the solution by my self!
just put: "?page=1&per_page=numberOfBuildsYouWant" after the pipeline Url in the buildProjectPipelineUrl function in the Gitlab.js file!