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

[maven-jenkins-env] branch master updated: Exclude H23

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

rfscholte 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 8fbeac5  Exclude H23
8fbeac5 is described below

commit 8fbeac50c1ea37f50dc5e03e60154242be771f56
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Jun 6 16:01:10 2020 +0200

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

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 2b91359..89e9473 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -28,7 +28,7 @@ class jenkinsEnv implements Serializable {
         switch (os) {
             case 'linux':
 //			     return 'H22'
-                return 'ubuntu'
+                return 'ubuntu && !H23'
             case 'windows':
 //                return 'windows-2016-3'
 //                return 'Windows && !jenkins-win-he-de-1'