You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2018/10/02 22:36:25 UTC

svn commit: r1842666 - /poi/trunk/jenkins/create_jobs.groovy

Author: fanningpj
Date: Tue Oct  2 22:36:25 2018
New Revision: 1842666

URL: http://svn.apache.org/viewvc?rev=1842666&view=rev
Log:
get xmlbeans job to build dist artifacts

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1842666&r1=1842665&r2=1842666&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Tue Oct  2 22:36:25 2018
@@ -499,6 +499,10 @@ xmlbeansjobs.each { xjob ->
                 targets(['checkintest'])
                 antInstallation(antRT)
             }
+            ant {
+                targets(['dist'])
+                antInstallation(antRT)
+            }
         }
         publishers {
             archiveArtifacts('build/private/**')



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org