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

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


The following commit(s) were added to refs/heads/HBASE-29078 by this push:
     new 45e9188120a use script from HBASE-29078
45e9188120a is described below

commit 45e9188120a3a5bca4f75fe158d896890b450a94
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Feb 14 00:15:01 2025 +0800

    use script from HBASE-29078
---
 dev-support/jenkins-scripts/generate-hbase-website.Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/jenkins-scripts/generate-hbase-website.Jenkinsfile 
b/dev-support/jenkins-scripts/generate-hbase-website.Jenkinsfile
index 5b47b78f76a..136251ca90b 100644
--- a/dev-support/jenkins-scripts/generate-hbase-website.Jenkinsfile
+++ b/dev-support/jenkins-scripts/generate-hbase-website.Jenkinsfile
@@ -46,7 +46,7 @@ pipeline {
           script {
             checkout([
               $class: 'GitSCM',
-              branches: [[name: '*/master']], // 指定分支
+              branches: [[name: '*/HBASE-29078']], // 指定分支
               doGenerateSubmoduleConfigurations: false,
               extensions: [
                 [$class: 'CloneOption', 

Reply via email to