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 0487b51 [CLOSES INFRA-15651] ubuntu-4 is confirmed fixed 0487b51 is described below commit 0487b51ee2a7ac096c9f1f208d46e83d2fa92f0f Author: Stephen Connolly <stephen.alan.conno...@gmail.com> AuthorDate: Tue Jan 2 11:13:37 2018 +0000 [CLOSES INFRA-15651] ubuntu-4 is confirmed fixed --- vars/jenkinsEnv.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy index 13f3aeb..dc08220 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 && !ubuntu-4' // ubuntu-4 is bad: INFRA-15651 + return 'ubuntu' case 'windows': return 'Windows' default: -- To stop receiving notification emails like this one, please contact ['"commits@maven.apache.org" <commits@maven.apache.org>'].