This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch HBASE-30004
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/HBASE-30004 by this push:
new e498de6ba49 fix
e498de6ba49 is described below
commit e498de6ba492e0883482548f8f14ece9044ad51c
Author: Duo Zhang <[email protected]>
AuthorDate: Wed Mar 18 16:32:51 2026 +0800
fix
---
dev-support/generate-website/generate-hbase-website.Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/generate-website/generate-hbase-website.Jenkinsfile
b/dev-support/generate-website/generate-hbase-website.Jenkinsfile
index 2ee0e77e108..e3105952b39 100644
--- a/dev-support/generate-website/generate-hbase-website.Jenkinsfile
+++ b/dev-support/generate-website/generate-hbase-website.Jenkinsfile
@@ -59,7 +59,7 @@ pipeline {
--working-dir /home/${user} component
'''
script {
- if (fileExists('website.patch.zip') {
+ if (fileExists('website.patch.zip')) {
sh'''
patch=$(ls -1 *.patch | head -n 1)
echo "Has patch ${patch}, stash and then publish"