in vars/jenkinsEnv.groovy [120:127]
def mavenForJdk(String version) { switch(version) { // case '6': // return '3.0.x' default: return '3.6.x' } }