]> source.dussan.org Git - poi.git/commitdiff
Jenkins DSL: Fix setting property for Sonar-Host-URL
authorDominik Stadler <centic@apache.org>
Mon, 13 Mar 2017 12:18:21 +0000 (12:18 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 13 Mar 2017 12:18:21 +0000 (12:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786670 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index c52c1c5d0d85f3f5ac0531b3215ca260e5661cb2..6bffab6d0959340c91139d6257d825e7709290c7 100644 (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)
                 }