From 11772284ecad4899eb159cff780c30c00c964097 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sat, 13 Apr 2019 07:41:21 +0000 Subject: [PATCH] Jenkins: Disable one node which is missing the "svn" command display if svn is available as part of the Test-Environment job git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857449 13f79535-47bb-0310-9956-ffa450edef68 --- jenkins/create_jobs.groovy | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 2c461eb13e..4ba5c5e27f 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -97,7 +97,8 @@ def defaultEmail = 'dev@poi.apache.org' def defaultAnt = 'Ant 1.9.9' // 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' + + '&&!apache-beam-jenkins-8' def jdkMapping = [ '1.6': 'JDK 1.6 (latest)', @@ -597,7 +598,8 @@ Unfortunately we often see builds break because of changes/new machines...''') runner('DontRun') steps { shell( -'''which javac +'''which svn +which javac javac -version echo 'Using Ant: ${ant.version} from ${ant.home}' > build.xml ''') -- 2.39.5