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 1dc7d5ebb12 fix
1dc7d5ebb12 is described below
commit 1dc7d5ebb12f56f952b2e5d84e8ba9250e78d279
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Feb 27 23:32:21 2026 +0800
fix
---
dev-support/integration-test.Jenkinsfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-support/integration-test.Jenkinsfile
b/dev-support/integration-test.Jenkinsfile
index c8b28d9707c..0e627900946 100644
--- a/dev-support/integration-test.Jenkinsfile
+++ b/dev-support/integration-test.Jenkinsfile
@@ -18,6 +18,7 @@ pipeline {
parameters {
booleanParam(name: 'DEBUG', defaultValue: false, description: 'Produce a
lot more meta-information.')
}
+ stages {
stage ('thirdparty installs') {
agent {
node {
@@ -324,6 +325,7 @@ pipeline {
}
}
} // stage integration test
+ }
post {
always {
scripts {