Hello ,
Problem summary : Is it possible to re-upload the sonar results of previous execution?
Context:
I am using sonarqube 7.9.2 community edition
I have a huge repo and I ran sonarqube gradle analysis. But at the end I’ve noticed an errror
Execution failed for task ‘:sonarqube’.
Fail to request https:///api/ce/submit?projectKey=myprojectkey&projectName=project1
I realised i have a network issue and I have a few ideas that could solve it, but the problem is I have to do the client side analysis every time I try a workaround for this network issue(each sonar analysis run takes more than 11 hours ). Is there any way I can simply re-upload the previous sonar analysis result and get around the wait time?
I found this question https://stackoverflow.com/questions/49055310/can-we-repush-reupload-sonarqube-analysis-to-server which says it is not possible. But this is considerably old so I want to know if there are any latest improvements on this