This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git
The following commit(s) were added to refs/heads/master by this push:
new fed87c3 extends to 21 lts + 23 ea
fed87c3 is described below
commit fed87c39d875c553b2e2141cef1bcce972ccf924
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Feb 16 11:41:12 2024 +0100
extends to 21 lts + 23 ea
---
jobs/Jenkinsmatrixfile.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jobs/Jenkinsmatrixfile.groovy b/jobs/Jenkinsmatrixfile.groovy
index 779dc8f..40c3c83 100644
--- a/jobs/Jenkinsmatrixfile.groovy
+++ b/jobs/Jenkinsmatrixfile.groovy
@@ -53,7 +53,7 @@ pipeline {
axes {
axis {
name 'JDK'
- values 'jdk_1.8_latest', 'jdk_11_latest',
'jdk_17_latest'
+ values 'jdk_1.8_latest', 'jdk_11_latest',
'jdk_17_latest', 'jdk_21_latest','jdk_23_latest'
}
axis {
name 'CLUSTER'
@@ -100,7 +100,7 @@ pipeline {
script {
// generate an index
// matrix axis (jdk and cluster) should be copied here
matrix do not allow variable
- def jdk = ['jdk_1.8_latest', 'jdk_11_latest',
'jdk_17_latest']
+ def jdk = ['jdk_1.8_latest', 'jdk_11_latest',
'jdk_17_latest','jdk_21_latest','jdk_23_latest']
def cluster = ['platform','ide']
def content = '<!doctype html><html lang="en"><head><meta
charset="utf-8"><title>testing website</title></head><body><h1>Unit and QA
functional testing for Apache NetBeans</h1>'
---------------------------------------------------------------------
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