Author: centic
Date: Mon Mar 13 12:18:21 2017
New Revision: 1786670

URL: http://svn.apache.org/viewvc?rev=1786670&view=rev
Log:
Jenkins DSL: Fix setting property for Sonar-Host-URL

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: 
http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1786670&r1=1786669&r2=1786670&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Mon Mar 13 12:18:21 2017
@@ -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)
                 }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to