From: Andreas Beeker Date: Thu, 19 Jul 2018 22:55:51 +0000 (+0000) Subject: fix forrest path on windows X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eca7a559327890bcc4748ece1f9054044378ef1e;p=poi.git fix forrest path on windows git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836305 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 553b3211ad..3f9226445a 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -204,7 +204,7 @@ poijobs.each { poijob -> // when using JDK 9 for running Ant, we need to provide more packages for the forbidden-api-checks task env('ANT_OPTS', '--add-modules=java.xml.bind --add-opens=java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED') } - env('FORREST_HOME', '/home/jenkins/tools/forrest/latest') + env('FORREST_HOME', poijob.windows ? 'f:\\jenkins\\tools\\forrest\\latest' : '/home/jenkins/tools/forrest/latest') } wrappers { timeout {