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:23:41 UTC

[camel-spring-boot] 02/02: Use adoptopenjdk_hotspot_8u282 in Jenkinsfile.sb.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-spring-boot.git

commit 2d8b5247471584f26e128ae74d282c45fd556d52
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 22 07:23:02 2021 +0100

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

diff --git a/Jenkinsfile.sb.deploy b/Jenkinsfile.sb.deploy
index 8a34cb9..6c1fa0b 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_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 "