This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch HBASE-28694
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/HBASE-28694 by this push:
new 10090713e60 fix
10090713e60 is described below
commit 10090713e608907f641fd5b241d9720ff6253042
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Jun 28 09:21:50 2024 +0800
fix
---
dev-support/Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 86bc8c03eeb..51eaff16dc4 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -808,7 +808,7 @@ pipeline {
--maven-m2-initial .m2-for-repo \
--maven-m2-src-build .m2-for-src \
--clean-source-checkout \
- /hbase
+ component
if [ $? -eq 0 ]; then
echo '(/) {color:green}+1 source release artifact{color}\n--
See build output for details.' >output-srctarball/commentfile
else