You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/07/26 14:50:53 UTC

[maven-jenkins-env] branch master updated: exclude more nodes with MAVEN_OPTS issues

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 <hb...@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'