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:29:20 UTC

[camel-spring-boot] branch camel-spring-boot-3.4.x updated: Jenkinsfile SB 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 camel-spring-boot-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.4.x by this push:
     new 1a4eb2f   Jenkinsfile SB build: changed the JDK name following INFRA new approach
1a4eb2f is described below

commit 1a4eb2fa92779472a20e165a917539b05aff704a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 07:19:11 2020 +0200

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

diff --git a/Jenkinsfile.sb b/Jenkinsfile.sb
index a84af93..68fa110 100644
--- a/Jenkinsfile.sb
+++ b/Jenkinsfile.sb
@@ -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.sb.jdk11 b/Jenkinsfile.sb.jdk11
index 9104dd6..abf2165 100644
--- a/Jenkinsfile.sb.jdk11
+++ b/Jenkinsfile.sb.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'