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 000adc0  constant name
000adc0 is described below

commit 000adc0695d43f57b1e917b05a3d85b24270018b
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Mar 26 12:41:28 2026 +0100

    constant name
---
 jobs/Jenkinsmatrixfile.groovy | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/jobs/Jenkinsmatrixfile.groovy b/jobs/Jenkinsmatrixfile.groovy
index 5292afb..22edb81 100644
--- a/jobs/Jenkinsmatrixfile.groovy
+++ b/jobs/Jenkinsmatrixfile.groovy
@@ -29,8 +29,8 @@ pipeline {
 
         stage("clone and prepare build") {
             tools {
-                jdk Constants.JDK_BASELINE
-                ant Constants.ANT_VERSION
+                jdk NetBeansConstants.JDK_BASELINE
+                ant NetBeansConstants.ANT_VERSION
             }
             steps {
 
@@ -54,7 +54,7 @@ pipeline {
                 axes {
                     axis {
                         name 'JDK'
-                        values Constants.JDK_BASELINE, Constants.JDK_LATEST, 
Constants.JDK_FUTURE
+                        values NetBeansConstants.JDK_BASELINE, 
NetBeansConstants.JDK_LATEST, NetBeansConstants.JDK_FUTURE
                     }
                     axis {
                         name 'CLUSTER'
@@ -101,7 +101,7 @@ pipeline {
                 script { 
                     // generate an index 
                     // matrix axis  (jdk and cluster) should be copied here 
matrix do not allow variable
-                    def jdk = 
[Constants.JDK_BASELINE,Constants.JDK_LATEST,Constants.JDK_FUTURE]
+                    def jdk = 
[NetBeansConstants.JDK_BASELINE,NetBeansConstants.JDK_LATEST,NetBeansConstants.JDK_FUTURE]
                     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>'


---------------------------------------------------------------------
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

Reply via email to