Author: kiwiwings
Date: Mon Feb 21 23:10:45 2022
New Revision: 1898289
URL: http://svn.apache.org/viewvc?rev=1898289&view=rev
Log:
quote typo
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=1898289&r1=1898288&r2=1898289&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Mon Feb 21 23:10:45 2022
@@ -383,9 +383,9 @@ poijobs.each { poijob ->
switches('-Dsonar.organization=apache')
switches('-Dsonar.projectKey=poi-parent')
switches('-Dsonar.host.url=https://sonarcloud.io')
-
switches('-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}')
+
switches("-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}")
if (jdkMapping.get(jdkKey).jdkVendor != '') {
-
switches('-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}')
+
switches("-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}")
}
tasks('clean')
tasks('check')
@@ -438,9 +438,9 @@ poijobs.each { poijob ->
if (poijob.saxonTest) {
switches('-Psaxon.test=true')
}
-
switches('-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}')
+
switches("-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}")
if (jdkMapping.get(jdkKey).jdkVendor != '') {
-
switches('-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}')
+
switches("-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}")
}
}
} else {
@@ -581,9 +581,9 @@ xmlbeansjobs.each { xjob ->
switches('-Dsonar.organization=apache')
switches('-Dsonar.projectKey=apache_xmlbeans')
switches('-Dsonar.host.url=https://sonarcloud.io')
-
switches('-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}')
+
switches("-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}")
if (jdkMapping.get(jdkKey).jdkVendor != '') {
-
switches('-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}')
+
switches("-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}")
}
}
tasks('clean')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]