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:31 UTC

[camel-kafka-connector] branch jenkinsfile created (now 5224cd6)

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

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


      at 5224cd6  Jenkinsfile: Changed the JDK naming to reflect new INFRA approach

This branch includes the following new commits:

     new 5224cd6  Jenkinsfile: Changed the JDK naming to reflect new INFRA approach

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ac...@apache.org.
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 "