You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/04/07 07:25:46 UTC

[maven-jenkins-env] branch master updated: exclude broken jenkins-win-he-de-1 node

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 0ed2b66  exclude broken jenkins-win-he-de-1 node
0ed2b66 is described below

commit 0ed2b66537e8955075186eca0f52f1e289c2403d
Author: rfscholte <rf...@apache.org>
AuthorDate: Tue Apr 7 09:25:34 2020 +0200

    exclude broken jenkins-win-he-de-1 node
---
 vars/jenkinsEnv.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 8146ac4..4863cf7 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -31,7 +31,7 @@ class jenkinsEnv implements Serializable {
                 return 'ubuntu'
             case 'windows':
 //                return 'windows-2016-3'
-                return 'Windows'
+                return 'Windows && !jenkins-win-he-de-1'
             default:
                 return null
         }