-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
production
My github organisation have 101 repos.
When I scan the organisation, Jenkins scan only the 100 first repo and ignore all other (they don't display in the logs).
I check the REST API, and we must set page=2 to get 101-200 repos.
quentin96
Pagination, such as setting page=2 when iterating over repos, is generally handled by the github-api library. The code in this plugin uses the iterable returned from that library. Can you provide more info about your configuration?