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 e352d44 Revert "Use again the new adoptopenjdk dropdown name for jenkinsfile" e352d44 is described below commit e352d4464892b706f55ba090372455a63695741a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Sat Feb 13 15:32:31 2021 +0100 Revert "Use again the new adoptopenjdk dropdown name for jenkinsfile" This reverts commit b8d0ee7507bfa9d8e83bdbf141c43e433c62eec8. --- 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"