diff options
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index cbf08361f3..e95eab2e15 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -401,6 +401,7 @@ poijobs.each { poijob -> switches('-Dsonar.login=${POI_SONAR_TOKEN}') switches('-Dsonar.organization=apache') switches('-Dsonar.projectKey=poi-parent') + switches('-Dsonar.host.url=https://sonarcloud.io') tasks('check') tasks('jacocoTestReport') tasks('sonarqube') |