This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
commit 1025654577c274d772e4bd542b3359ffb77c629b Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 13 07:41:39 2020 +0200 Revert "Jenkinsfile Karaf JDK14 build: changed the JDK name following INFRA new approach" This reverts commit c9701cf79179ff6e5ff789afd5d509d433b8d4f3. --- Jenkinsfile.karaf.jdk14 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.karaf.jdk14 b/Jenkinsfile.karaf.jdk14 index 60519ff..c392858 100644 --- a/Jenkinsfile.karaf.jdk14 +++ b/Jenkinsfile.karaf.jdk14 @@ -19,7 +19,7 @@ def LOCAL_REPOSITORY = env.LOCAL_REPOSITORY ?: '/home/jenkins/jenkins-slave/maven-repositories/0' def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu' -def JDK_NAME = env.JDK_NAME ?: 'JDK_14_latest' +def JDK_NAME = env.JDK_NAME ?: 'JDK 14 (latest)' def MAVEN_PARAMS = '-U -B -e -fae -V -Dmaven.repo.local=/home/jenkins/.m2/repository -Dmaven.compiler.fork=true'
