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/28 09:58:33 UTC

[maven-jenkins-env] branch master updated: stop avoiding nodes with MAVEN_OPTS issue

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 f3cc56d  stop avoiding nodes with MAVEN_OPTS issue
f3cc56d is described below

commit f3cc56deaa2b6298daff4875f47cd28c18581500
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jul 28 11:58:21 2019 +0200

    stop avoiding nodes with MAVEN_OPTS issue
---
 vars/jenkinsEnv.groovy | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 41bbe5f..bd2fd76 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -27,8 +27,7 @@ class jenkinsEnv implements Serializable {
     def labelForOS(String os) {
         switch (os) {
             case 'linux':
-//                return 'ubuntu'
-                return 'ubuntu && !H22 && !H23 && !H24 && !H25 && !H27 && !H28 && !H29 && !H31 && !H32 && !H33 && !H35 && !H37 && !H39 && !H40 && !H42 && !H43'
+                return 'ubuntu'
             case 'windows':
 //                return 'windows-2016-3'
                 return 'Windows'