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 2018/08/14 16:08:07 UTC

[maven-jenkins-env] branch master updated: [INFRA-16893] set Windows to windows-2016-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 5b96035  [INFRA-16893] set Windows to windows-2016-1 node
5b96035 is described below

commit 5b96035ede78a74cfd4e7228fdd1a5d42c8be574
Author: rfscholte <rf...@apache.org>
AuthorDate: Tue Aug 14 18:08:00 2018 +0200

    [INFRA-16893] set Windows to windows-2016-1 node
---
 vars/jenkinsEnv.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 89bdd53..756bcef 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -31,7 +31,8 @@ class jenkinsEnv implements Serializable {
             case 'linux':
                 return 'ubuntu'
             case 'windows':
-                return 'Windows'
+			     return 'windows-2016-1'
+                //return 'Windows'
             default:
                 return null
         }