diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-12-25 19:19:32 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-12-25 19:19:32 +0000 |
commit | 793e8b6f6a530870da2d0b62c8f81facd407846a (patch) | |
tree | 87ea4c03570126b23d4ffe0900a637fc1773828d /jenkins | |
parent | 353293f244546ab5f514b4900bade037545d3bb6 (diff) | |
download | poi-793e8b6f6a530870da2d0b62c8f81facd407846a.tar.gz poi-793e8b6f6a530870da2d0b62c8f81facd407846a.zip |
try to fix gradle sonarqube job
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884803 13f79535-47bb-0310-9956-ffa450edef68
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') |