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

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


The following commit(s) were added to refs/heads/main by this push:
     new a0b06aa38956 Use JDK 25 in Jenkins file for snapshot deploy and Jbang 
IT tests
a0b06aa38956 is described below

commit a0b06aa3895676870daaf86799c4d21e048571df
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Mon Jun 8 10:52:33 2026 +0200

    Use JDK 25 in Jenkins file for snapshot deploy and Jbang IT tests
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 Jenkinsfile.deploy    | 2 +-
 Jenkinsfile.jbangtest | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 5c1db358ac00..be08220b7e40 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'jdk_21_latest'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_25_latest'
 
 def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true "
 
diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest
index 7ea0129e0afb..fea264de5721 100644
--- a/Jenkinsfile.jbangtest
+++ b/Jenkinsfile.jbangtest
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'jdk_21_latest'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_25_latest'
 
 def MAVEN_PARAMS = "-U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true "
 

Reply via email to