diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 3a5f04834..553b3211a 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) {