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
The GET /api/v1/users/{user}/repos return only 30 repos max, so with Gitea jenkins plugin, i cannot choose my repo because i have 71 repos on my user
...
Screenshots
The text was updated successfully, but these errors were encountered:
You could increase these properties in your app.ini:
[api]; Max number of items in a pageMAX_RESPONSE_ITEMS = 50
; Default paging number of apiDEFAULT_PAGING_NUM = 30
But it would be best to report this issue on the Gitea jenkins plugin side as well, as they should make use of the pagination when fetching the repositories.
[x]
):No enouth data
Description
The GET /api/v1/users/{user}/repos return only 30 repos max, so with Gitea jenkins plugin, i cannot choose my repo because i have 71 repos on my user
...
Screenshots
The text was updated successfully, but these errors were encountered: