Author: centic
Date: Sun Oct 25 19:30:00 2020
New Revision: 1882849

URL: http://svn.apache.org/viewvc?rev=1882849&view=rev
Log:
Jenkins-DSL: Run tests before executing sonarqube

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=1882849&r1=1882848&r2=1882849&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sun Oct 25 19:30:00 2020
@@ -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)
                 }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to