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

zhangduo pushed a commit to branch HBASE-29930
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/HBASE-29930 by this push:
     new 12622d65ffc fix
12622d65ffc is described below

commit 12622d65ffc1f0523f5e2b44146bcc49cf4a0fa0
Author: Duo Zhang <[email protected]>
AuthorDate: Sat Feb 28 19:35:35 2026 +0800

    fix
---
 dev-support/integration-test/integration-test.Jenkinsfile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-support/integration-test/integration-test.Jenkinsfile 
b/dev-support/integration-test/integration-test.Jenkinsfile
index 16defa5defc..9b9286600ab 100644
--- a/dev-support/integration-test/integration-test.Jenkinsfile
+++ b/dev-support/integration-test/integration-test.Jenkinsfile
@@ -111,10 +111,6 @@ pipeline {
             values getHadoopVersions(env.HADOOP2_VERSIONS, 
env.HADOOP3_VERSIONS)
           }
         }
-        environment {
-          BASEDIR = "${env.WORKSPACE}/component"
-          OUTPUT_DIR = "output-integration-hadoop-${env.HADOOP_VERSION}"
-        }
         stages {
           stage('scm-checkout') {
             steps {

Reply via email to