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 32c0123 use 17 as baseline, add more cluster to the tests
32c0123 is described below
commit 32c012339fda1ca546c7cb2f06b3b63c54593137
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Apr 24 11:14:30 2025 +0200
use 17 as baseline, add more cluster to the tests
---
jobs/Jenkinsmatrixfile.groovy | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/jobs/Jenkinsmatrixfile.groovy b/jobs/Jenkinsmatrixfile.groovy
index 40c3c83..5eeb72c 100644
--- a/jobs/Jenkinsmatrixfile.groovy
+++ b/jobs/Jenkinsmatrixfile.groovy
@@ -53,11 +53,11 @@ pipeline {
axes {
axis {
name 'JDK'
- values 'jdk_1.8_latest', 'jdk_11_latest',
'jdk_17_latest', 'jdk_21_latest','jdk_23_latest'
+ values 'jdk_17_latest', 'jdk_21_latest','jdk_24_latest'
}
axis {
name 'CLUSTER'
- values 'platform','ide'
+ values 'platform','ide','java','webcommon'
}
}
stages {
@@ -100,8 +100,8 @@ 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','jdk_21_latest','jdk_23_latest']
- def cluster = ['platform','ide']
+ def jdk = ['jdk_17_latest','jdk_21_latest','jdk_24_latest']
+ def cluster = ['platform','ide','java','webcommon']
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>'
content += '<h2>Unit test</h2>'
---------------------------------------------------------------------
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