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 a53edc38e39099305509f0ec526f13572b25c777 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 22 07:17:11 2021 +0100 Use adoptopenjdk_hotspot_8u282 for Jenkinsfile full pipeline --- Jenkinsfile.full.pipeline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.full.pipeline b/Jenkinsfile.full.pipeline index f4c06dc..fc07992 100644 --- a/Jenkinsfile.full.pipeline +++ b/Jenkinsfile.full.pipeline @@ -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 -Dsurefire.rerunFailingTestsCount=2"
