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 ddc89f2  Update asfStandardBuild.groovy
ddc89f2 is described below

commit ddc89f27ba841db1e579189292f8781bb0083be1
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Feb 10 18:26:56 2021 +0100

    Update asfStandardBuild.groovy
---
 vars/asfStandardBuild.groovy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index 20720e8..1406c26 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -30,10 +30,10 @@ def call(Map params = [:]) {
         ])
 
     // now determine params
-    def jdk = params.containsKey('jdk') ? params.jdk : 'jdk_15_latest'
-       if (env.TAG_NAME=="release-1.7") {
+    def jdk = 'jdk_15_latest'
+    if (env.TAG_NAME=="release-1.7") {
         jdk = 'jdk_11_latest'
-       }
+    }
     // use the cmdLine parameter otherwise default depending on current branch
     def cmdline = params.containsKey('cmdline') ? params.cmdline : 
(env.BRANCH_NAME == 'master'?"clean deploy site:jar":"clean install")
     def mvnName = params.containsKey('mvnName') ? params.mvnName : 
'maven_3.5.4'


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