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 86878be Exclude H31 cause master is failing constantly.
86878be is described below
commit 86878be82560f40675d84559cc29576c5661df75
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Mon Oct 8 17:33:40 2018 +0200
Exclude H31 cause master is failing constantly.
---
vars/jenkinsEnv.groovy | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index df4e62f..2bb6214 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -21,9 +21,8 @@
class jenkinsEnv implements Serializable {
def nodeSelection(String osLabel) {
- // exclude problematic nodes
- // 2018-09-21: H25 no space left
- return "\"${osLabel}\" && !H25"
+ // Problem with Node H31
+ return "\"${osLabel}\" && !H31"
}
def labelForOS(String os) {