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/25 17:09:53 UTC

[maven-jenkins-env] branch master updated: Restore jenkins-win-he-de-1

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 fa3e79a  Restore jenkins-win-he-de-1
fa3e79a is described below

commit fa3e79a6a23d95e98d0bd91cf1ceba685a060fde
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Apr 25 19:09:44 2020 +0200

    Restore jenkins-win-he-de-1
---
 vars/jenkinsEnv.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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