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 332bf1a Exclude H25
332bf1a is described below
commit 332bf1a9997739ed1c1cb2dc6724a8df85c9dd04
Author: rfscholte <[email protected]>
AuthorDate: Fri Sep 21 14:26:39 2018 +0200
Exclude H25
---
vars/jenkinsEnv.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 0254514..df4e62f 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -22,8 +22,8 @@
class jenkinsEnv implements Serializable {
def nodeSelection(String osLabel) {
// exclude problematic nodes
- // windows-2012-1 Java 11 is a JRE, not a JDK
- return "\"${osLabel}\""
+ // 2018-09-21: H25 no space left
+ return "\"${osLabel}\" && !H25"
}
def labelForOS(String os) {