You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/12/27 13:03:51 UTC

[maven-jenkins-env] branch master updated: Removed exclusion for problematic node cause the node is back online.

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 8f749a4  Removed exclusion for problematic node cause the node is back online.
8f749a4 is described below

commit 8f749a419697e74f2d1ef4e9a9637ae6b51a5f60
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Dec 27 14:03:34 2018 +0100

    Removed exclusion for problematic node
    cause the node is back online.
---
 vars/jenkinsEnv.groovy | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 5829061..3982abd 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -21,8 +21,7 @@
 
 class jenkinsEnv implements Serializable {
     def nodeSelection(String osLabel) {
-    // Problem with Node H31
-	  return "\"${osLabel}\" && !H31"
+	  return "\"${osLabel}\""
 	}
 
     def labelForOS(String os) {