aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-09-14 21:33:56 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-09-14 21:33:56 +0000
commited21c8071f148e62ffe89c493aeb64dabfdb6100 (patch)
tree2702b7ba3ad5585e7642ccef333daf53d094f636 /jenkins
parent869944fc68e864a774f10f026ac2977455539e9e (diff)
downloadpoi-ed21c8071f148e62ffe89c493aeb64dabfdb6100.tar.gz
poi-ed21c8071f148e62ffe89c493aeb64dabfdb6100.zip
clean-up old build results before sonarqube build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893344 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy8
1 files changed, 1 insertions, 7 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index b80b0d00c6..80fd550477 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -363,19 +363,13 @@ poijobs.each { poijob ->
steps {
shellEx(delegate, shellcmds, poijob)
- // this is a workaround until the Gradle build can do this compilation before invoking any
- // Ant script or when building via Ant is removed completely
- ant {
- targets(['init'] + (poijob.properties ?: []))
- antInstallation(antRT)
- }
-
gradle {
switches('-PenableSonar')
switches('-Dsonar.login=${POI_SONAR_TOKEN}')
switches('-Dsonar.organization=apache')
switches('-Dsonar.projectKey=poi-parent')
switches('-Dsonar.host.url=https://sonarcloud.io')
+ tasks('clean')
tasks('check')
tasks('jacocoTestReport')
tasks('sonarqube')