diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2019-05-12 23:22:27 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2019-05-12 23:22:27 +0000 |
commit | 73bcdb55dabff20d4ae1abcd12760206d9eac1e7 (patch) | |
tree | 6d42277b83969d6fc54d42ed2e1900baffb28361 | |
parent | 2ae5198ff76c5c22f3e63d5aac87990feaf02a2e (diff) | |
download | poi-73bcdb55dabff20d4ae1abcd12760206d9eac1e7.tar.gz poi-73bcdb55dabff20d4ae1abcd12760206d9eac1e7.zip |
exclude H27
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859162 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | jenkins/create_jobs.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 7c004562b9..c418a716dc 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -92,7 +92,7 @@ def defaultAnt = 'Ant 1.9 (Latest)' def defaultAntWindows = 'Ant 1.9 (Latest Windows)' // currently a lot of H?? slaves don't have Ant installed ... H21 seems to have a SVN problem // H35 fails with ImageIO create cache file errors, although the java.io.tmpdir is writable -def defaultSlaves = '(ubuntu)&&!beam&&!cloud-slave&&!H15&&!H17&&!H18&&!H24&&!ubuntu-4&&!H21&&!H35' +def defaultSlaves = '(ubuntu)&&!beam&&!cloud-slave&&!H15&&!H17&&!H18&&!H24&&!ubuntu-4&&!H21&&!H35&&!H27' def jdkMapping = [ '1.6': 'JDK 1.6 (latest)', |