diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index c52c1c5d0..6bffab6d0 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -251,7 +251,7 @@ for more details about the DSL. shell(shellcmds) gradle { switches('-PenableSonar') - switches('-PsystemProp.sonar.host.url=$SONAR_HOST_URL') + switches('-Dsonar.host.url=$SONAR_HOST_URL') tasks('sonarqube') useWrapper(false) }