marcells/node-build-monitor

get pipelines from multiple pages on gitlab?

JohnMcClane97 opened this issue · 1 comments

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

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!