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 9b2984f5aed fix
9b2984f5aed is described below
commit 9b2984f5aeddabc4be902bb52baf2c86dd769577
Author: Duo Zhang <[email protected]>
AuthorDate: Sat Feb 28 16:09:24 2026 +0800
fix
---
dev-support/integration-test/integration-test.Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/integration-test/integration-test.Jenkinsfile
b/dev-support/integration-test/integration-test.Jenkinsfile
index 10e95c048b5..ad51bdc0c46 100644
--- a/dev-support/integration-test/integration-test.Jenkinsfile
+++ b/dev-support/integration-test/integration-test.Jenkinsfile
@@ -91,7 +91,7 @@ pipeline {
always {
script {
def srcFile = "${env.WORKSPACE}/output-srctarball/hbase-src.tar.gz"
- if (fileExists) {
+ if (fileExists(srcFile) {
echo "upload hbase-src.tar.gz to nightlies"
sshPublisher(publishers: [
sshPublisherDesc(configName: 'Nightlies',