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 2023/07/31 05:57:22 UTC

[camel-kamelets] branch main updated: Deploy with JDK 17 on CI Jenkins

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 627aa18a Deploy with JDK 17 on CI Jenkins
627aa18a is described below

commit 627aa18a8fa926f32ee696e928b2cc8f794e0979
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 31 07:56:53 2023 +0200

    Deploy with JDK 17 on CI Jenkins
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 3a91acc2..76714d12 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -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_17_latest'
 
 def MAVEN_PARAMS = '-U -B -e -fae -V -Dmaven.repo.local=/home/jenkins/.m2/repository -Dmaven.compiler.fork=true'