You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/02/26 09:38:21 UTC

[maven-jenkins-env] branch master updated: fix windows 3.8 (need to ask infra to install last 3.8.4)

This is an automated email from the ASF dual-hosted git repository.

olamy 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 0d5c39e  fix windows 3.8 (need to ask infra to install last 3.8.4)
0d5c39e is described below

commit 0d5c39e8e4271c60737d2b429feb02e26700cf25
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sat Feb 26 19:38:12 2022 +1000

    fix windows 3.8 (need to ask infra to install last 3.8.4)
---
 vars/jenkinsEnv.groovy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index cc3d1ab..994ffac 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -105,11 +105,11 @@ class jenkinsEnv implements Serializable {
                     case ~/^3\.6\.[x4]$/:
                         return 'maven_3.6.3_windows'
                     case ~/^3\.8\.x$/:
-                        return 'maven_3.8.4'
+                        return 'maven_3.8.1_windows'
                     case '3.x.x':
-                        return 'maven_3.8.4'
+                        return 'maven_3.8.1_windows'
                     default:
-                        return 'maven_3.8.4'
+                        return 'maven_3.8.1_windows'
                 }
             default:
                 return null