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/02/23 15:28:02 UTC

[maven-jenkins-env] branch master updated: [INFRA-19861] Test with node H22

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 b146569  [INFRA-19861] Test with node H22
b146569 is described below

commit b1465693bb53cb95510e66a899b0fd5881b91497
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Feb 23 16:27:52 2020 +0100

    [INFRA-19861] Test with node H22
---
 vars/jenkinsEnv.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index f43a8a0..b7788d5 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -27,8 +27,8 @@ class jenkinsEnv implements Serializable {
     def labelForOS(String os) {
         switch (os) {
             case 'linux':
-//			     return 'ubunut && H21'
-                return 'ubuntu'
+			     return 'ubunut && H22'
+//                return 'ubuntu'
             case 'windows':
 //                return 'windows-2016-3'
                 return 'Windows'