You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2020/10/25 19:30:14 UTC

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

Author: centic
Date: Sun Oct 25 19:30:14 2020
New Revision: 1882850

URL: http://svn.apache.org/viewvc?rev=1882850&view=rev
Log:
Jenkins-DSL: Add jacocoTestReport target to get the coverage XML files

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=1882850&r1=1882849&r2=1882850&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sun Oct 25 19:30:14 2020
@@ -400,6 +400,7 @@ poijobs.each { poijob ->
                     switches('-Dsonar.organization=apache')
                     switches('-Dsonar.projectKey=poi-parent')
                     tasks('check')
+                    tasks('jacocoTestReport')
                     tasks('sonarqube')
                     useWrapper(false)
                 }



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