This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch neilcsmith-net-patch-1 in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git
commit 63dab0db8987f27a1b2060357f63307c062724bc Author: Neil C Smith <[email protected]> AuthorDate: Wed Jun 25 11:53:19 2025 +0100 Remove JDK 11 from recent builds list. --- vars/asfStandardUtilitiesBuild.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/asfStandardUtilitiesBuild.groovy b/vars/asfStandardUtilitiesBuild.groovy index 9e239a8..62abd22 100644 --- a/vars/asfStandardUtilitiesBuild.groovy +++ b/vars/asfStandardUtilitiesBuild.groovy @@ -62,7 +62,7 @@ def call(Map params = [:]) { options { timeout(time: 120, unit: 'MINUTES') } steps{ script { - def jdklist = ['jdk_11_latest','jdk_17_latest','jdk_21_latest'] // lts and after last lts if available + def jdklist = ['jdk_17_latest','jdk_21_latest'] // lts and after last lts if available for (ajdk in jdklist) { stage("build on $ajdk") { // do not deploy for recent jdk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
