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:51:23 UTC

[maven-jenkins-env] branch master updated: Typowq

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 08b7d0c  Typowq
08b7d0c is described below

commit 08b7d0c53872db8a23683cf05a0cba956cad0ea6
Author: Stephen Connolly <st...@gmail.com>
AuthorDate: Mon Dec 11 13:51:17 2017 +0000

    Typowq
---
 vars/jenkinsEnv.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 936baf1..13f3aeb 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 'ubuntui && !ubuntu-4' // ubuntu-4 is bad: INFRA-15651
+                return 'ubuntu && !ubuntu-4' // ubuntu-4 is bad: INFRA-15651
             case 'windows':
                 return 'Windows'
             default:

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