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
The following commit(s) were added to refs/heads/master by this push:
new 1b0852c Update JDK list for Java 11
1b0852c is described below
commit 1b0852cbca54a254cba52e785a9eb877897b574b
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Aug 24 11:11:06 2018 +0200
Update JDK list for Java 11
---
create_jobs.groovy | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/create_jobs.groovy b/create_jobs.groovy
index 2081e66..5a2c328 100644
--- a/create_jobs.groovy
+++ b/create_jobs.groovy
@@ -84,7 +84,9 @@ def jdkMapping = [
"1.7": "JDK 1.7 (latest)",
"1.8": "JDK 1.8 (latest)",
"9" : "JDK 1.9 (latest)",
- "10" : "JDK 10 b36 (early access build)"
+ "10" : "JDK 10 (latest)",
+ "11" : "JDK 11 (latest)"
+
]
modules.each { module ->