diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-07-19 21:49:49 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-07-19 21:49:49 +0000 |
commit | 762d44c9ba7bb4627c66b31f79024fae84b49289 (patch) | |
tree | 8140559a10bc31bd41112ea7b750a7314a732c0b /jenkins | |
parent | 13e904852b0bdd0cf104dd01c02859f3e098b472 (diff) | |
download | poi-762d44c9ba7bb4627c66b31f79024fae84b49289.tar.gz poi-762d44c9ba7bb4627c66b31f79024fae84b49289.zip |
fix new javadocs location in build dir
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836304 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |