Inject environment variables related to the chosen SonarQube installation.
The following variables will be set:
- SONAR_HOST_URL
- SONAR_AUTH_TOKEN
- SONAR_EXTRA_PROPS
- SONAR_MAVEN_GOAL - supplies the correct Maven goal based on the "Version of sonar-maven-plugin" specified for the SonarQube instance.
These variables are useful when configuring a SonarQube analysis using standard build steps such as Maven, Gradle, Ant, and command line scripts.
This feature is not needed if you're using "SonarQube Scanner" or "SonarQube Scanner for MSBuild" build steps.