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 2019/01/14 19:14:06 UTC

[maven-jenkins-env] branch master updated: INFRA-17514, lock to 1 Windows 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 1eb4066  INFRA-17514, lock to 1 Windows node
1eb4066 is described below

commit 1eb40668a1a93beff91d6f3169b7cda0f765ae12
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Jan 14 20:14:00 2019 +0100

    INFRA-17514, lock to 1 Windows node
---
 vars/jenkinsEnv.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 88e3689..ec925bc 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -29,8 +29,8 @@ class jenkinsEnv implements Serializable {
             case 'linux':
                 return 'ubuntu'
             case 'windows':
-//			      return 'windows-2016-1'
-                return 'Windows'
+			      return 'windows-2016-2'
+//                return 'Windows'
             default:
                 return null
         }