This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch HBASE-28693
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/HBASE-28693 by this push:
new 9b4fd9eb446 mvn
9b4fd9eb446 is described below
commit 9b4fd9eb446d1bae7f114ebe745b9f308592c415
Author: Duo Zhang <[email protected]>
AuthorDate: Thu Jun 27 12:20:21 2024 +0800
mvn
---
dev-support/flaky-tests/run-flaky-tests.Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
index b57771773c5..dc7669e7fbc 100644
--- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
+++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
@@ -54,7 +54,7 @@ pipeline {
curl "${curl_args[@]}" -o includes.txt
"${JENKINS_URL}/job/HBase-Find-Flaky-Tests/job/master/lastSuccessfulBuild/artifact/output/includes"
if [ -s includes.txt ]; then
rm -rf local-repository/org/apache/hbase
- mvn clean "${mvn_args[@]}"
+ ${MVN} clean "${mvn_args[@]}"
rm -rf "target/machine" && mkdir -p "target/machine"
if [ -x dev-support/gather_machine_environment.sh ]; then
"./dev-support/gather_machine_environment.sh" "target/machine"