Update 'vars/jenkinsEnv.groovy'

master
Stephen Connolly 2017-11-27 08:54:55 +00:00
parent 4385c47dfc
commit 09f96b7bfd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class jenkinsEnv implements Serializable {
case 'linux': case 'linux':
switch(version) { switch(version) {
case '3.x.x': case '3.x.x':
return 'Maven 3.5.2' return 'maven-3'
case '3.5.x': case '3.5.x':
return 'maven-3' return 'maven-3'
case '3.5.2': case '3.5.2':