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 7fb8095 exclude nodes with MAVEN_OPTS issues 7fb8095 is described below commit 7fb80952bfd24e48bbf7f32fabf1cd1d8b87cccc Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Fri Jul 26 16:05:04 2019 +0200 exclude 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 08aa551..8146bed 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 && !H39' + return 'ubuntu && !H24 && !H27 && !H28 && !H29 && !H33 && !H37 && !H39' case 'windows': // return 'windows-2016-3' return 'Windows'