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:54:02 UTC

[maven-jenkins-env] branch master updated: [INFRA-19861] Fix confirmed, restoring original label

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 e285d95  [INFRA-19861] Fix confirmed, restoring original label
e285d95 is described below

commit e285d95c37c895e58ed2d80ca3285b1b9836d34c
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Feb 23 16:53:53 2020 +0100

    [INFRA-19861] Fix confirmed, restoring original label
---
 vars/jenkinsEnv.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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