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 b8d0ee7 Use again the new adoptopenjdk dropdown name for jenkinsfile b8d0ee7 is described below commit b8d0ee7507bfa9d8e83bdbf141c43e433c62eec8 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Sat Feb 13 15:30:28 2021 +0100 Use again the new adoptopenjdk dropdown name for jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 641735f..67bf6a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"