You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/19 05:13:27 UTC

[camel-karaf] 01/01: Jenkinsfile Karaf build: changed the JDK name following INFRA new approach

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch jenkins-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 5e598042901ae0a4003085ace6a0317d217868cd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 06:58:29 2020 +0200

    Jenkinsfile Karaf build: changed the JDK name following INFRA new approach
---
 Jenkinsfile.karaf       | 2 +-
 Jenkinsfile.karaf.jdk11 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.karaf b/Jenkinsfile.karaf
index 60e40c5..dc2e01b 100644
--- a/Jenkinsfile.karaf
+++ b/Jenkinsfile.karaf
@@ -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 1.8 (latest)'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_1.8_latest'
 
 def MAVEN_PARAMS = '-U -B -e -fae -V -Dmaven.repo.local=/home/jenkins/.m2/repository -Dmaven.compiler.fork=true'
 
diff --git a/Jenkinsfile.karaf.jdk11 b/Jenkinsfile.karaf.jdk11
index 79d43de..6bd76b8 100644
--- a/Jenkinsfile.karaf.jdk11
+++ b/Jenkinsfile.karaf.jdk11
@@ -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 11 (latest)'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
 
 def MAVEN_PARAMS = '-U -B -e -fae -V -Dmaven.repo.local=/home/jenkins/.m2/repository -Dmaven.compiler.fork=true'