]> source.dussan.org Git - poi.git/commitdiff
get xmlbeans job to build dist artifacts
authorPJ Fanning <fanningpj@apache.org>
Tue, 2 Oct 2018 22:36:25 +0000 (22:36 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 2 Oct 2018 22:36:25 +0000 (22:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842666 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 88c41022f864c859a33694dae355e806c4ef82eb..c0249484c2191752a0bade201ab32bea1541eb05 100644 (file)
@@ -499,6 +499,10 @@ xmlbeansjobs.each { xjob ->
                 targets(['checkintest'])
                 antInstallation(antRT)
             }
+            ant {
+                targets(['dist'])
+                antInstallation(antRT)
+            }
         }
         publishers {
             archiveArtifacts('build/private/**')