You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2017/12/11 13:50:19 UTC

[maven-jenkins-env] branch master updated: Noting INFRA-15651

This is an automated email from the ASF dual-hosted git repository.

stephenc 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 8e2c8b2  Noting INFRA-15651
8e2c8b2 is described below

commit 8e2c8b2d7dce618409d588665e030dcf5d141f75
Author: Stephen Connolly <st...@gmail.com>
AuthorDate: Mon Dec 11 13:50:14 2017 +0000

    Noting INFRA-15651
---
 vars/jenkinsEnv.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 7b8324d..936baf1 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -23,7 +23,7 @@ class jenkinsEnv implements Serializable {
     def labelForOS(String os) {
         switch (os) {
             case 'linux':
-                return 'ubuntu'
+                return 'ubuntui && !ubuntu-4' // ubuntu-4 is bad: INFRA-15651
             case 'windows':
                 return 'Windows'
             default:
@@ -110,4 +110,4 @@ class jenkinsEnv implements Serializable {
                 return null
         }
     }
-}
\ No newline at end of file
+}

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].