Is it possible to link one sonnarscanner to multiple SonarQube Server?

We are now trying to get sonarscanner results from a project. The problem is that the project has already set up its own SonarQube server. Is it possible to send another copy of the result to a new SonarQube server?
Thanks.

Hi @Aviva,

The SonarQube server URL is an analysis parameter, so really your best bet would be to change that parameter to have the report sent to your new server and encourage the project team to look there for results instead. That, or run the analysis twice, once per each server URL, which seems wasteful of resources.

Hope this helps!