You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2021/09/14 21:33:56 UTC

svn commit: r1893344 - /poi/trunk/jenkins/create_jobs.groovy

Author: kiwiwings
Date: Tue Sep 14 21:33:56 2021
New Revision: 1893344

URL: http://svn.apache.org/viewvc?rev=1893344&view=rev
Log:
clean-up old build results before sonarqube build

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=1893344&r1=1893343&r2=1893344&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Tue Sep 14 21:33:56 2021
@@ -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')



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org