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 09:54:28 UTC

[maven-jenkins-env] branch master updated: Back to all ubuntu nodes

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 d07bd6c  Back to all ubuntu nodes
d07bd6c is described below

commit d07bd6c71584b401005f554a1e4047d9f1b1c762
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Feb 23 10:54:22 2020 +0100

    Back to all ubuntu nodes
---
 vars/jenkinsEnv.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index e56bd87..f43a8a0 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 && !H29 && !H23 && !H40 && !H24 '
+//			     return 'ubunut && H21'
+                return 'ubuntu'
             case 'windows':
 //                return 'windows-2016-3'
                 return 'Windows'