-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Minor
-
Component/s: _unsorted
Jenkins Version is 2.149.
When open a jobs main page (/job/<jobname>/) in browser or via api (/job/<jobname>/api/json/) this will trigger requests to sonar qube without authentication info:
- /api/server/version with result 200
- /api/ce/task?id=<ce-result-id> with result 401
First of all I don't understand why this requests are triggered, seems to have no need.
Further the second request fails because sonar qube requires to be authorized.
Â
So if there is no real reason for the requests, I would like to see them removed. And if they are required, jenkins needs to pass its authentication info to the requests.