This will inject in your build several variables related to the chosen
SonarQube installation defined in the system configuration.
The following variables might be set, depending on the configuration:
- SONAR_HOST_URL
- SONAR_LOGIN
- SONAR_PASSWORD
- SONAR_JDBC_URL
- SONAR_JDBC_USERNAME
- SONAR_JDBC_PASSWORD
- SONAR_EXTRA_PROPS
- SONAR_MAVEN_GOAL
You can use these variables when configuring the build to
launch a SonarQube analysis using standard Jenkins build steps such as
Maven, Gradle, Ant or command line scripts. If you plan to use
SonarQube Runner or MSBuild SonarQube Runner build steps then you don't
need to enable this feature.