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

kwin 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 f0d3912  SLING-13196 Remove Java 11 from default Jenkins build matrix
f0d3912 is described below

commit f0d3912a943bc70cd51707547857b6b986a5a31e
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri May 8 08:46:59 2026 +0200

    SLING-13196 Remove Java 11 from default Jenkins build matrix
---
 vars/slingOsgiBundleBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 0393d3d..41dbef7 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -17,7 +17,7 @@ def call(Map params = [:]) {
     ]
 
     def jobConfig = [
-        jdks: [11,17,21],
+        jdks: [17,21],
         operatingSystems: ['linux','windows'],
         upstreamProjects: [],
         archivePatterns: [],

Reply via email to