This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch jdk1.6 in repository https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
commit cf93c8236cf584297347c3d51c975aeb5934553f Author: Tibor17 <tibordig...@apache.org> AuthorDate: Sun Feb 25 21:07:29 2018 +0100 JDK 1.6 (latest) --- vars/jenkinsEnv.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy index 9b19ae3..b8b8c0d 100644 --- a/vars/jenkinsEnv.groovy +++ b/vars/jenkinsEnv.groovy @@ -34,6 +34,8 @@ class jenkinsEnv implements Serializable { switch (os) { case 'linux': switch (version) { + case '6': + return 'JDK 1.6 (latest)' case '7': return 'JDK 1.7 (latest)' case '8': @@ -45,6 +47,8 @@ class jenkinsEnv implements Serializable { } case 'windows': switch(version) { + case '6': + return 'JDK 1.6 (latest)' case '7': return 'JDK 1.7 (latest)' case '8': -- To stop receiving notification emails like this one, please contact tibordig...@apache.org.