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 2021/09/25 11:07:28 UTC

[sling-tooling-jenkins] branch master updated: SLING-10830 - Run Sling ITs with Java 17 as well

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 f49ae23  SLING-10830 - Run Sling ITs with Java 17 as well
f49ae23 is described below

commit f49ae2370a15f062d05892a0d2c4262e71c8781f
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Sat Sep 25 13:07:05 2021 +0200

    SLING-10830 - Run Sling ITs with Java 17 as well
    
    Define JDKs 17 and 18, as they are available on the ASF Jenkins instance.
---
 vars/slingOsgiBundleBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index f22857a..276bb13 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -3,7 +3,7 @@ import org.apache.sling.jenkins.SlingJenkinsHelper;
 def call(Map params = [:]) {
 
     def globalConfig = [
-        availableJDKs : [ 8: 'jdk_1.8_latest', 9: 'jdk_1.9_latest', 10: 'jdk_10_latest', 11: 'jdk_11_latest', 12: 'jdk_12_latest', 13: 'jdk_13_latest', 14: 'jdk_14_latest', 15: 'jdk_15_latest', 16: 'jdk_16_latest'],
+        availableJDKs : [ 8: 'jdk_1.8_latest', 9: 'jdk_1.9_latest', 10: 'jdk_10_latest', 11: 'jdk_11_latest', 12: 'jdk_12_latest', 13: 'jdk_13_latest', 14: 'jdk_14_latest', 15: 'jdk_15_latest', 16: 'jdk_16_latest', 17: 'jdk_17_latest', 18: 'jdk_18_latest'],
         mvnVersion : 'maven_3_latest',
         mainNodeLabel : 'ubuntu',
         githubCredentialsId: 'sling-github-token'