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 2020/06/06 21:31:22 UTC

[maven-jenkins-env] branch master updated: [INFRA-20239] H23 should be ok now

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 bd68187  [INFRA-20239] H23 should be ok now
bd68187 is described below

commit bd6818740e1801fcecc903567b3793cdf204200e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Jun 6 23:31:10 2020 +0200

    [INFRA-20239] H23 should be ok now
---
 vars/jenkinsEnv.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 89e9473..2b91359 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 && !H23'
+                return 'ubuntu'
             case 'windows':
 //                return 'windows-2016-3'
 //                return 'Windows && !jenkins-win-he-de-1'