You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/01/20 19:50:21 UTC

[maven-jenkins-env] branch master updated: H23 has issues.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise 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 919a3b7  H23 has issues.
919a3b7 is described below

commit 919a3b7c5fbdcd910ee3c50bbe437a9883566fc2
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Jan 20 20:50:03 2020 +0100

    H23 has issues.
---
 vars/jenkinsEnv.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 92ce15a..6c08ba6 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -27,7 +27,7 @@ class jenkinsEnv implements Serializable {
     def labelForOS(String os) {
         switch (os) {
             case 'linux':
-                return 'ubuntu && !H29'
+                return 'ubuntu && !H29 && !H23'
             case 'windows':
 //                return 'windows-2016-3'
                 return 'Windows'