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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new c268232c37f Use JDK 17 for CI Deploy
c268232c37f is described below
commit c268232c37fe3d6647f3daf3ab459794b610ab9b
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jan 20 11:06:57 2023 +0100
Use JDK 17 for CI Deploy
Signed-off-by: Andrea Cosentino <[email protected]>
---
Jenkinsfile.sb.deploy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.sb.deploy b/Jenkinsfile.sb.deploy
index a7374c88572..acd0f1a189c 100644
--- a/Jenkinsfile.sb.deploy
+++ b/Jenkinsfile.sb.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 -Dnoassembly -Dmaven.compiler.fork=true "