Jenkins-DSL: Add jacocoTestReport target to get the coverage XML files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882850 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2020-10-25 19:30:14 +00:00
parent 95d281dbfc
commit a2691cb5f9

View File

@ -400,6 +400,7 @@ poijobs.each { poijob ->
switches('-Dsonar.organization=apache')
switches('-Dsonar.projectKey=poi-parent')
tasks('check')
tasks('jacocoTestReport')
tasks('sonarqube')
useWrapper(false)
}