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 2021/02/22 06:17:48 UTC

[camel] 01/02: Use adoptopenjdk_hotspot_8u282 in Jenkinsfile deploy

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

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

commit c3dcc66bcafe520f168e2ce61be2a3f2a333ba93
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 22 07:16:50 2021 +0100

    Use adoptopenjdk_hotspot_8u282 in Jenkinsfile deploy
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 4153a50..82e4bef 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -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 ?: 'adoptopenjdk_hotspot_8u282'
 
 def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true "