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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git


The following commit(s) were added to refs/heads/master by this push:
     new 5678a10  Try to use JDK on ASF infra as older versions are to be 
removed
5678a10 is described below

commit 5678a10f107a6b28abb7186ede3040267eb739c3
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Oct 9 17:18:38 2025 +0200

    Try to use JDK on ASF infra as older versions are to be removed
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1b34918..149db73 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -40,7 +40,7 @@ pipeline {
 
     tools {
         maven 'maven_3_latest'
-        jdk 'jdk_1.8_latest'
+        jdk 'jdk_17_latest'
     }
 
     options {

Reply via email to