eclipse / upm

UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs.
MIT License
659 stars 411 forks source link

sonar-scan.sh: correct SonarCloud URL #630

Closed alext-mkrs closed 6 years ago

alext-mkrs commented 6 years ago

According to SonarCloud's email notification, they're dropping sonarqube.com in favor of sonarcloud.io.

/cc @arfoll, @Propanu

dnoliver commented 6 years ago

FYI this is the email

Hi,

I am contacting you because you're still using the old URL (sonarqube.com) to point to SonarCloud service when you run analyses.

In late November, we sent an email, titled "https://sonarqube.com URL deprecation", about URL deprecation and soon removal.

Here we are, sonarqube.com URL will removed by the end of the week. You should now use https://sonarcloud.io.

Typically, this is set through the "sonar.host.url" property in your build scripts, or in your CI tool configuration (like an end-point in VSTS or a global config in Jenkins).

Also, if you are using Travis as your CI engine to trigger the analyses, I suggest that you take a look at our Travis Add-on. Relying on this add-on would allow to not be impacted by potential similar changes in the future.

Hope you enjoy the service!

Henri Gomez | SonarSource Ops Gardener https://sonarsource.com

pylbert commented 6 years ago

Merged onto master. Thanks Alex!