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:
parent
abc3d37adc
commit
7ae44605b5
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user