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 ec81391  use the good name for class
ec81391 is described below

commit ec8139198ccd69ab2615627541aef3ac68d8e939
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Mar 24 18:39:57 2026 +0100

    use the good name for class
---
 jobs/netbeansbase.groovy | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/jobs/netbeansbase.groovy b/jobs/netbeansbase.groovy
index b20c2b0..35852a4 100644
--- a/jobs/netbeansbase.groovy
+++ b/jobs/netbeansbase.groovy
@@ -18,7 +18,7 @@
  * under the License.
  */
 
-// import org.apache.netbeans.jenkins.Constants;
+import org.apache.netbeans.jenkins.NetBeansConstants;
 // ant version
 
 // Common job with all default
@@ -32,7 +32,7 @@ def netbeansBaseJob(Map m, Closure c = {}) {
             numToKeep(2)
             daysToKeep(7)
         }
-        jdk(Constants.JDK_BASELINE)    
+        jdk(NetBeansConstants.JDK_BASELINE)    
         triggers {
             scm('H/5 * * * *')
         }
@@ -83,7 +83,7 @@ The <b>licenses</b> are checked by the <a 
href="../netbeans-license/lastComplete
         ant {
             targets(['build','build-nbms', 'generate-uc-catalog', 
'build-source-zips', 'index-layer-paths'])
             props('do.build.windows.launchers': 'true')
-            antInstallation(Constants.ANT_VERSION)
+            antInstallation(NetBeansConstants.ANT_VERSION)
         }
     }
     publishers {
@@ -102,7 +102,7 @@ There is also a <a href="../netbeans-linux">Linux 
version</a> of this build.</ht
         ant {
             targets(['build','test-platform'])
             props('test-unit-sys-prop.ignore.random.failures': 
'true','continue.after.failing.tests':'true')
-            antInstallation(Constants.ANT_VERSION+"_windows")
+            antInstallation(NetBeansConstants.ANT_VERSION+"_windows")
         }
     }
     publishers {
@@ -123,7 +123,7 @@ The real code check is done by a <a 
href="../netbeans-linux">linux job</a>.""")
     steps {
         ant {
             targets(['rat','verify-libs-and-licenses'])
-            antInstallation(Constants.ANT_VERSION)
+            antInstallation(NetBeansConstants.ANT_VERSION)
         }
     }
     publishers {
@@ -146,7 +146,7 @@ The real code check is done by a <a 
href="../netbeans-linux">linux job</a>.""")
         ant {
             targets(['build','gen-sigtests-release'])
             props('sigtest.gen.fail.on.error':'false')
-            antInstallation(Constants.ANT_VERSION)
+            antInstallation(NetBeansConstants.ANT_VERSION)
         }
     }
     publishers {


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