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 c379e2e Corrected name to maven_latest
c379e2e is described below
commit c379e2ed4615066945828bd0855347d1b356f457
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Dec 7 21:46:33 2021 +0100
Corrected name to maven_latest
---
vars/jenkinsEnv.groovy | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index e1b9f7c..291cba9 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -84,11 +84,11 @@ class jenkinsEnv implements Serializable {
case ~/^3\.6\.[x3]$/:
return 'maven_3.6.3'
case ~/^3\.8\.x$/:
- return 'maven_3.8.4'
+ return 'maven_latest'
case '3.x.x':
- return 'maven_3.8.4'
+ return 'maven_latest'
default:
- return 'maven_3.8.4'
+ return 'maven_latest'
}
case 'windows':
switch(version) {