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 e7ef80c92c4 fix
e7ef80c92c4 is described below

commit e7ef80c92c49e27435b4935186b96ed7542372f7
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Feb 27 23:27:59 2026 +0800

    fix
---
 dev-support/integration-test.Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/integration-test.Jenkinsfile 
b/dev-support/integration-test.Jenkinsfile
index f45351c3b31..195e63f867c 100644
--- a/dev-support/integration-test.Jenkinsfile
+++ b/dev-support/integration-test.Jenkinsfile
@@ -1,7 +1,7 @@
 pipeline {
   agent none
   triggers {
-    @daily
+    cron('@daily')
   }
   options {
     buildDiscarder(logRotator(numToKeepStr: '20'))

Reply via email to