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

slachiewicz 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 f62a93b  Still issue with maven_3.6.3_windows -> try with maven_latest
f62a93b is described below

commit f62a93b0e928853f299226f8fd0edad3936b8ed3
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sat Jan 23 01:09:17 2021 +0100

    Still issue with maven_3.6.3_windows -> try with maven_latest
---
 vars/jenkinsEnv.groovy | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 74c2cff..7b0f21e 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -131,11 +131,14 @@ class jenkinsEnv implements Serializable {
                     case ~/^3\.5\.[x4]$/:
                         return 'maven_3.5.4_windows'
                     case ~/^3\.6\.[x2]$/:
-                        return 'maven_3.6.3_windows'
+//                        return 'maven_3.6.2_windows'
+                        return 'maven_latest'
                     case '3.x.x':
-                        return 'maven_3.6.3_windows'
+//                        return 'maven_3.6.2_windows'
+                        return 'maven_latest'
                     default:
-                        return 'maven_3.6.3_windows'
+//                        return 'maven_3.6.2_windows'
+                        return 'maven_latest'
                 }
             default:
                 return null

Reply via email to