aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2018-10-02 22:36:25 +0000
committerPJ Fanning <fanningpj@apache.org>2018-10-02 22:36:25 +0000
commit208bfc627ba1309810a716069736a1ad15de0939 (patch)
tree8a75f0cffc1e19a552ff34a96eae0de3da95fda9 /jenkins
parent95b00fda0b6a87cb89d89ee6232b6d2b22aeb51a (diff)
downloadpoi-208bfc627ba1309810a716069736a1ad15de0939.tar.gz
poi-208bfc627ba1309810a716069736a1ad15de0939.zip
get xmlbeans job to build dist artifacts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy4
1 files changed, 4 insertions, 0 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index 88c41022f8..c0249484c2 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -499,6 +499,10 @@ xmlbeansjobs.each { xjob ->
targets(['checkintest'])
antInstallation(antRT)
}
+ ant {
+ targets(['dist'])
+ antInstallation(antRT)
+ }
}
publishers {
archiveArtifacts('build/private/**')