Browse Source

get xmlbeans job to build dist artifacts

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842666 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_0_1
PJ Fanning 5 years ago
parent
commit
208bfc627b
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      jenkins/create_jobs.groovy

+ 4
- 0
jenkins/create_jobs.groovy View File

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

Loading…
Cancel
Save