Hello,
We experience the same problem. What is interesting is that with the Task version 5.x it works fine but with 6.x we get operation aborted after 1 minute.
##[debug][SQ] API GET: ‘/api/server/version’ with full URL "https://***/api/server/version" and query “undefined”
##[debug]Not using a proxy agent
##[debug][SQ] API GET ‘/api/server/version’ failed, error is The operation was aborted.
##[warning]Error while executing SonarQube:Prepare task: [SQ] API GET ‘/api/server/version’ failed, error is The operation was aborted.
##[debug]Processed: ##vso[task.issue type=warning;]Error while executing SonarQube:Prepare task: [SQ] API GET ‘/api/server/version’ failed, error is The operation was aborted.
##[debug]task result: Failed
URL is correct (I have replaced it with *** but it is the correct URL there), I even tried to run a PowerShell script by the pipeline to call the same URL and the version is returned.
Any idea what else could I check?
Thanks,
Gabor