summaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2019-01-18 23:14:06 +0000
committerAndreas Beeker <kiwiwings@apache.org>2019-01-18 23:14:06 +0000
commit074709372de69e23d63df5dffb382f2aa992755d (patch)
tree7d469ee1bf7fe29ceab8b04e78d70fb01d277fa4 /jenkins
parent31934922c9d2e6f93c614413e72324257549847b (diff)
downloadpoi-074709372de69e23d63df5dffb382f2aa992755d.tar.gz
poi-074709372de69e23d63df5dffb382f2aa992755d.zip
update xmlbeans targets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index 9592679d42..3fdbad614b 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -531,11 +531,11 @@ xmlbeansjobs.each { xjob ->
antInstallation(antRT)
}
ant {
- targets(['checkintest'])
+ targets(['test'])
antInstallation(antRT)
}
ant {
- targets(['dist'])
+ targets(['package'])
antInstallation(antRT)
}
}