mirror of https://github.com/apache/poi.git
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:
parent
75ccbe125e
commit
95d281dbfc
|
@ -399,6 +399,7 @@ poijobs.each { poijob ->
|
|||
switches('-Dsonar.login=${POI_SONAR_TOKEN}')
|
||||
switches('-Dsonar.organization=apache')
|
||||
switches('-Dsonar.projectKey=poi-parent')
|
||||
tasks('check')
|
||||
tasks('sonarqube')
|
||||
useWrapper(false)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue