marcells / node-build-monitor

A Build Monitor written in Node.js, which supports several build services and can be easily extended.
https://marcells.github.io/node-build-monitor
MIT License
349 stars 168 forks source link

get pipelines from multiple pages on gitlab? #223

Closed JohnMcClane97 closed 4 years ago

JohnMcClane97 commented 4 years ago

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 4 years ago

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!