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/04/07 10:13:01 UTC

[maven-jenkins-env] branch master updated: Switch back to Windows label

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 bc86b65  Switch back to Windows label
bc86b65 is described below

commit bc86b654ae4e6366e0ee16917ee87b0a0d2e97aa
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Apr 7 12:12:54 2019 +0200

    Switch back to Windows label
---
 vars/jenkinsEnv.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 2c62c28..f17f6ca 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-3'
-//                return 'Windows'
+//                return 'windows-2016-3'
+                return 'Windows'
             default:
                 return null
         }