This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git
The following commit(s) were added to refs/heads/master by this push:
new 85f35e1 SLING-9838 - Jenkins builds fail: ERROR: Could not find the
JDK installation: JDK 1.8 (latest)
85f35e1 is described below
commit 85f35e16a82744bb6f22a003b2bfc0864fbfd13d
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Oct 19 09:49:46 2020 +0200
SLING-9838 - Jenkins builds fail: ERROR: Could not find the JDK
installation: JDK 1.8 (latest)
Update to latest tool names.
---
vars/slingOsgiBundleBuild.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 30ab900..90873f4 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -3,8 +3,8 @@ import org.apache.sling.jenkins.SlingJenkinsHelper;
def call(Map params = [:]) {
def globalConfig = [
- availableJDKs : [ 8: 'JDK 1.8 (latest)', 9: 'JDK 1.9 (latest)', 10:
'JDK 10 (latest)', 11: 'JDK 11 (latest)', 12: 'JDK 12 (latest)', 13: 'JDK 13
(latest)', 14: 'JDK 14 (latest)', 15: 'JDK 15 (latest)', 16: 'JDK 16 (latest)'],
- mvnVersion : 'Maven (latest)',
+ availableJDKs : [ 8: 'jdk_1.8_latest', 9: 'jdk_1.9_latest', 10:
'jdk_10_latest', 11: 'jdk_11_latest', 12: 'jdk_12_latest', 13: 'jdk_13_latest',
14: 'jdk_14_latest', 15: 'jdk_15_latest', 16: 'jdk_16_latest'],
+ mvnVersion : 'maven_3_latest',
mainNodeLabel : 'ubuntu',
githubCredentialsId: 'sling-github-token'
]