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 f3a0e02  more jdk to test
f3a0e02 is described below

commit f3a0e02de10dc2de99d64cfef5a2bad526ce49f2
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Sep 22 19:19:06 2022 +0200

    more jdk to test
---
 vars/asfStandardUtilitiesBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/asfStandardUtilitiesBuild.groovy 
b/vars/asfStandardUtilitiesBuild.groovy
index c2f9b7e..d380ea8 100644
--- a/vars/asfStandardUtilitiesBuild.groovy
+++ b/vars/asfStandardUtilitiesBuild.groovy
@@ -62,11 +62,11 @@ def call(Map params = [:]) {
                 options { timeout(time: 120, unit: 'MINUTES') }               
                 steps{
                    script {    
-                       def jdklist = 
['jdk_11_latest','jdk_17_latest','jdk_18_latest']
+                       def jdklist = 
['jdk_11_latest','jdk_17_latest','jdk_18_latest','jdk_19_latest']
                        for (ajdk in jdklist) {
                            stage("build on $ajdk") {
                                // do not deploy for recent jdk
-                               mavenBuild( ajdk, 'clean install site:jar', 
mvnName, publishers,false)
+                               mavenBuild( ajdk, 'clean install site:site 
site:stage', mvnName, publishers,false)
                            }
                        }
                    }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to