Jenkins DSL: Fix setting property for Sonar-Host-URL

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2017-03-13 12:18:21 +00:00
parent 38f23e4c0e
commit bd710dc5e7

View File

@ -251,7 +251,7 @@ for more details about the DSL.</b>
shell(shellcmds)
gradle {
switches('-PenableSonar')
switches('-PsystemProp.sonar.host.url=$SONAR_HOST_URL')
switches('-Dsonar.host.url=$SONAR_HOST_URL')
tasks('sonarqube')
useWrapper(false)
}