aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2018-07-19 21:49:49 +0000
committerAndreas Beeker <kiwiwings@apache.org>2018-07-19 21:49:49 +0000
commit762d44c9ba7bb4627c66b31f79024fae84b49289 (patch)
tree8140559a10bc31bd41112ea7b750a7314a732c0b /jenkins
parent13e904852b0bdd0cf104dd01c02859f3e098b472 (diff)
downloadpoi-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.groovy2
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) {