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/13 05:35:32 UTC

[camel-kafka-connector] 01/01: Jenkinsfile: Changed the JDK naming to reflect new INFRA approach

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

acosentino pushed a commit to branch jenkinsfile
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 5224cd69c35025724aaa9ed7ee24269e238d2be9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 13 07:35:16 2020 +0200

    Jenkinsfile: Changed the JDK naming to reflect new INFRA approach
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index db0ab91..d84d1c8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,7 +18,7 @@
  */
 
 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.compiler.fork=true "