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 2019/04/20 16:00:45 UTC

[maven-jenkins-env] branch master updated: H39 has weird issues, exclude it for now

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 231a3fd  H39 has weird issues, exclude it for now
231a3fd is described below

commit 231a3fd4025bb4364e3accacf0ac0ee6e2191219
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Apr 20 18:00:38 2019 +0200

    H39 has weird issues, exclude it for now
---
 vars/jenkinsEnv.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 3254cc0..41b7995 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -27,7 +27,8 @@ class jenkinsEnv implements Serializable {
     def labelForOS(String os) {
         switch (os) {
             case 'linux':
-                return 'ubuntu'
+//                return 'ubuntu'
+                return 'ubuntu && !H39'
             case 'windows':
 //                return 'windows-2016-3'
                 return 'Windows'