]> source.dussan.org Git - poi.git/commitdiff
update ant/maven values, builds@ decided to rename those
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 19 Oct 2020 22:02:00 +0000 (22:02 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 19 Oct 2020 22:02:00 +0000 (22:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882671 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 625337906cf26844859e1d2aa5de6987be06e87a..fd4193f867a686dd09ee23ea12eb1cb2e8e9e089 100644 (file)
@@ -98,9 +98,9 @@ def xmlbeansSvnBase = 'https://svn.apache.org/repos/asf/xmlbeans/trunk'
 def defaultJdk = '1.8'
 def defaultTrigger = 'H/15 * * * *'     // check SCM every 60/15 = 4 minutes
 def defaultEmail = 'dev@poi.apache.org'
-def defaultAnt = 'Ant 1.10 (Latest)'
-def defaultAntWindows = 'Ant 1.10 (Latest Windows)'
-def defaultMaven = 'Maven 3 (latest)'
+def defaultAnt = 'ant_1.10_latest'
+def defaultAntWindows = 'ant_1.10_latest_windows'
+def defaultMaven = 'maven_3_latest'
 // H29 seems to have very little memory
 def defaultSlaves = '(ubuntu)&&!beam&&!cloud-slave&&!H29'