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 2023/01/12 09:29:04 UTC

[camel] 02/03: Jenkinsfile for S390x should use JDK 17

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 70faf693798f0aef1c086ba7cce3b697a9a76c6d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 12 10:28:12 2023 +0100

    Jenkinsfile for S390x should use JDK 17
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 Jenkinsfile.s390x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index 157d834f808..2f95bc6c2ea 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -18,7 +18,7 @@
  */
 
 def AGENT_LABEL = 's390x'
-def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_17_latest'
 
 def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"
 def MAVEN_TEST_PARAMS = env.MAVEN_TEST_PARAMS ?: "-Dkafka.instance.type=local-strimzi-container -Dci.env.name=apache.org"