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:32:28 UTC

[maven-jenkins-env] branch master updated: [INFRA-19861] fix typo

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 dc7b88b  [INFRA-19861] fix typo
dc7b88b is described below

commit dc7b88b2dff750e65dc3df7b4665e407bdcb81a6
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Feb 23 16:32:19 2020 +0100

    [INFRA-19861] fix typo
---
 vars/jenkinsEnv.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index b7788d5..1d4a85c 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 'ubunut && H22'
+			     return 'H22'
 //                return 'ubuntu'
             case 'windows':
 //                return 'windows-2016-3'