You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/01/17 16:47:22 UTC

[sling-tooling-jenkins] 02/02: For Java 9 build against the latest version, not a specific build

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git

commit 3487fda6b46b1b0c5d3192f9d15caf0e14672b21
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Jan 17 18:44:31 2018 +0200

    For Java 9 build against the latest version, not a specific build
---
 create_jobs.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create_jobs.groovy b/create_jobs.groovy
index 783736b..d86f61d 100644
--- a/create_jobs.groovy
+++ b/create_jobs.groovy
@@ -73,7 +73,7 @@ def defaultSlave = "ubuntu && !H21 && !H22 && !H24 && !H26 && !H29 && !H32 && !H
 def jdkMapping = [
     "1.7": "JDK 1.7 (latest)",
     "1.8": "JDK 1.8 (latest)",
-    "9"  : "JDK 9 b181",
+    "9"  : "JDK 1.9 (latest)",
     "10" : "JDK 10 b36 (early access build)"
 ]
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.