diff options
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index ff3510adad..aad35ed8ec 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -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) } |