This is an automated email from the ASF dual-hosted git repository.

psomogyi pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 93324d7  HBASE-21424 Change flakies and nightlies so scheduled less 
often ADDENDUM; Make nightly daily.
93324d7 is described below

commit 93324d7acf2ae8fa5134b2b5fa710377218f4874
Author: Michael Stack <[email protected]>
AuthorDate: Thu Nov 1 10:09:41 2018 -0700

    HBASE-21424 Change flakies and nightlies so scheduled less often
    ADDENDUM; Make nightly daily.
---
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 73b0448..1a6b473 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -21,7 +21,7 @@ pipeline {
     }
   }
   triggers {
-    cron('H */12 * * *')  // Run every 12 hours. See 
https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
+    cron('@daily')
   }
   options {
     buildDiscarder(logRotator(numToKeepStr: '15'))

Reply via email to