Hi *,
I am using the python jenkinsapi which is communicating with jenkins over REST API.
Logging in is very easy with "Jenkins(view, username, password)".
Now I am facing the problem, that I run a large number of accesses over this api, where only
small data packages are transferred. (Get job names, build numbers, etc. ...).
The problem is, that it takes very long time for jenkins to check my identity and only little time to
send me the answer.
My question is, if there is a way to avoid these overhead times somehow?
Best regards,
Thomas