From 762d44c9ba7bb4627c66b31f79024fae84b49289 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Thu, 19 Jul 2018 21:49:49 +0000 Subject: [PATCH] fix new javadocs location in build dir git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836304 13f79535-47bb-0310-9956-ffa450edef68 --- jenkins/create_jobs.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {