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/01/04 16:59:35 UTC

[maven-jenkins-env] branch master updated: H30 is having issues

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 7765a90  H30 is having issues
7765a90 is described below

commit 7765a90edaad26e06bc4c32b05b561342f8db351
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Jan 4 17:59:26 2020 +0100

    H30 is having issues
---
 vars/jenkinsEnv.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 9530cdb..6e991d0 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 && !H31'
+                return 'ubuntu && !H30'
             case 'windows':
 //                return 'windows-2016-3'
                 return 'Windows'