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 f299994 SLING-11843 build on JDK11/17 with Windows and Linux by
default (#16)
f299994 is described below
commit f299994fd764750cf29d00e8985a37e95e37b44c
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri May 26 11:48:30 2023 +0200
SLING-11843 build on JDK11/17 with Windows and Linux by default (#16)
---
vars/slingOsgiBundleBuild.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 7018b6c..91c33e1 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -14,8 +14,8 @@ def call(Map params = [:]) {
]
def jobConfig = [
- jdks: [8],
- operatingSystems: ['linux'],
+ jdks: [11,17],
+ operatingSystems: ['linux','windows'],
upstreamProjects: [],
archivePatterns: [],
mavenGoal: '',