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 78cf022  exclude more nodes with MAVEN_OPTS issues
78cf022 is described below

commit 78cf0229eee67a3f26e538cce1036d6381b9996b
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat Jul 27 13:52:20 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 9000a6b..41bbe5f 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 && !H25 && !H27 && !H28 && !H29 && !H33 
&& !H37 && !H39 && !H40 && !H42'
+                return 'ubuntu && !H22 && !H23 && !H24 && !H25 && !H27 && !H28 
&& !H29 && !H31 && !H32 && !H33 && !H35 && !H37 && !H39 && !H40 && !H42 && !H43'
             case 'windows':
 //                return 'windows-2016-3'
                 return 'Windows'

Reply via email to