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

abstractdog pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new 383ffd991 TEZ-4717: [Addendum] Modernize and Optimize Yetus Dockerfile 
build time and maintainability (#496) (Raghav Aggarwal reviewed by Laszlo Bodor)
383ffd991 is described below

commit 383ffd991a4f67babf218b28c3b9193835c4fa25
Author: Raghav Aggarwal <[email protected]>
AuthorDate: Mon May 11 13:33:27 2026 +0530

    TEZ-4717: [Addendum] Modernize and Optimize Yetus Dockerfile build time and 
maintainability (#496) (Raghav Aggarwal reviewed by Laszlo Bodor)
    
    Update the JAVA_HOME path in Jenkinsfile to be in-line with eclipse-temurin 
docker image
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f3f895f31..b88da9bfc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -147,8 +147,8 @@ pipeline {
                         # help keep the ASF boxes clean
                         YETUS_ARGS+=("--sentinel")
 
-                        # test with Java 21
-                        
YETUS_ARGS+=("--java-home=/usr/lib/jvm/java-21-openjdk-amd64")
+                        # test with Java 21 eclipse-temurin docker image path
+                        YETUS_ARGS+=("--java-home=/opt/java/openjdk")
                         YETUS_ARGS+=("--debug")
 
                         # write Yetus report as GitHub comment (YETUS-1102)
@@ -209,4 +209,4 @@ pipeline {
             }
         }
     }
-}
\ No newline at end of file
+}

Reply via email to