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)
|
shell(shellcmds)
|
||||||
gradle {
|
gradle {
|
||||||
switches('-PenableSonar')
|
switches('-PenableSonar')
|
||||||
switches('-PsystemProp.sonar.host.url=$SONAR_HOST_URL')
|
switches('-Dsonar.host.url=$SONAR_HOST_URL')
|
||||||
tasks('sonarqube')
|
tasks('sonarqube')
|
||||||
useWrapper(false)
|
useWrapper(false)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user