You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2018/02/25 20:08:18 UTC

[maven-jenkins-env] 01/01: JDK 1.6 (latest)

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 <ti...@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
tibordigana@apache.org.