You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/12/01 13:33:48 UTC

[netbeans-jenkins-lib] branch master updated: allow default jdk change

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 92b6249  allow default jdk change
92b6249 is described below

commit 92b62492d95744dca041758bac8b9a59130a6f16
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Dec 1 14:33:44 2022 +0100

    allow default jdk change
---
 vars/asfStandardUtilitiesBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/asfStandardUtilitiesBuild.groovy b/vars/asfStandardUtilitiesBuild.groovy
index d380ea8..543e087 100644
--- a/vars/asfStandardUtilitiesBuild.groovy
+++ b/vars/asfStandardUtilitiesBuild.groovy
@@ -50,11 +50,11 @@ def call(Map params = [:]) {
             pollSCM('H/5 * * * * ')
 	}
         stages{
-            stage("Build with jdk 8 ") {
+            stage("Build with default jdk (jdk8 if no parameters) ") {
                 agent { node { label 'ubuntu' } }
                 options { timeout(time: 120, unit: 'MINUTES') }                
                 steps{
-                    mavenBuild( 'jdk_1.8_latest', cmdline, mvnName, publishers,true)        
+                    mavenBuild( jdk, cmdline, mvnName, publishers,true)        
                 }
             }
             stage("Build on recent jdk") {


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

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