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
The following commit(s) were added to refs/heads/master by this push: new 5a2d84f Revert "Jenkinsfile use adoptopenjdk instead of oracle" 5a2d84f is described below commit 5a2d84f3aba9798a45da0589f19eacc3c179e5a7 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Feb 8 14:42:51 2021 +0100 Revert "Jenkinsfile use adoptopenjdk instead of oracle" This reverts commit 09cce5781d33aecee9107b7152e1aaf81abf2ca0. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 67bf6a9..641735f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ */ def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu' -def JDK_NAME = env.JDK_NAME ?: 'adoptopenjdk_hotspot_8u282' +def JDK_NAME = env.JDK_NAME ?: 'jdk_1.8_latest' def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"