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 <[email protected]>
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: [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