This is an automated email from the ASF dual-hosted git repository. khmarbaise 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 db317d6 Removed exclusion of H31. db317d6 is described below commit db317d6dc1ecb381c0089c7c1e849d264ba259a7 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Aug 25 17:47:30 2018 +0200 Removed exclusion of H31. --- vars/jenkinsEnv.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy index f1abc8c..20c7a0d 100644 --- a/vars/jenkinsEnv.groovy +++ b/vars/jenkinsEnv.groovy @@ -23,7 +23,7 @@ class jenkinsEnv implements Serializable { def nodeSelection(String osLabel) { // exclude problematic nodes // windows-2012-1 Java 11 is a JRE, not a JDK - return "\"${osLabel}\" && !H31" + return "\"${osLabel}\"" } def labelForOS(String os) {