Jenkins-DSL: Run tests before executing sonarqube

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2020-10-25 19:30:00 +00:00
parent 75ccbe125e
commit 95d281dbfc
1 changed files with 1 additions and 0 deletions

View File

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