This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
The following commit(s) were added to refs/heads/master by this push: new 122d68c exclude more nodes with MAVEN_OPTS issues 122d68c is described below commit 122d68c6652bef1aab1cc8b5b858b5331e567954 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Fri Jul 26 16:50:29 2019 +0200 exclude more nodes with MAVEN_OPTS issues --- vars/jenkinsEnv.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy index 8146bed..9000a6b 100644 --- a/vars/jenkinsEnv.groovy +++ b/vars/jenkinsEnv.groovy @@ -28,7 +28,7 @@ class jenkinsEnv implements Serializable { switch (os) { case 'linux': // return 'ubuntu' - return 'ubuntu && !H24 && !H27 && !H28 && !H29 && !H33 && !H37 && !H39' + return 'ubuntu && !H24 && !H25 && !H27 && !H28 && !H29 && !H33 && !H37 && !H39 && !H40 && !H42' case 'windows': // return 'windows-2016-3' return 'Windows'