From: Andreas Beeker Date: Thu, 19 Jul 2018 21:49:49 +0000 (+0000) Subject: fix new javadocs location in build dir X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1ce9611415fd6647b1d1867b5267e206be339e7e;p=poi.git fix new javadocs location in build dir git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836304 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 3a5f048343..553b3211ad 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -289,7 +289,7 @@ poijobs.each { poijob -> //properties(poijob.properties ?: '') antInstallation(antRT) } - shellEx(delegate, 'zip -r build/javadocs.zip build/tmp/site/build/site/apidocs', poijob) + shellEx(delegate, 'zip -r build/javadocs.zip build/site/apidocs', poijob) } publishers { if (!poijob.skipcigame) {