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 abc3d37adc
commit 7ae44605b5
1 changed files with 1 additions and 1 deletions

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)
}