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 24490ab jdk 17 for build skip test for linux
24490ab is described below
commit 24490abc86fae2bbb44b8994e7bdbb0066f3514a
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Feb 16 11:04:27 2024 +0100
jdk 17 for build skip test for linux
---
jobs/netbeansbase.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jobs/netbeansbase.groovy b/jobs/netbeansbase.groovy
index f7f186c..06bbba3 100644
--- a/jobs/netbeansbase.groovy
+++ b/jobs/netbeansbase.groovy
@@ -31,7 +31,7 @@ def netbeansBaseJob(Map m, Closure c = {}) {
numToKeep(2)
daysToKeep(7)
}
- jdk('jdk_11_latest')
+ jdk('jdk_17_latest')
triggers {
scm('H/5 * * * *')
}
@@ -80,7 +80,7 @@ The <b>licenses</b> are checked by the <a
href="../netbeans-license/lastComplete
label('ubuntu')
steps {
ant {
- targets(['build','test-platform', 'build-nbms',
'generate-uc-catalog', 'build-source-zips', 'index-layer-paths'])
+ targets(['build','build-nbms', 'generate-uc-catalog',
'build-source-zips', 'index-layer-paths'])
props('do.build.windows.launchers': 'true')
antInstallation(antversion)
}
---------------------------------------------------------------------
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