You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2018/11/01 17:10:02 UTC

hbase git commit: HBASE-21424 Change flakies and nightlies so scheduled less often ADDENDUM; Make nightly daily.

Repository: hbase
Updated Branches:
  refs/heads/branch-2 22a0419f7 -> b7efc8d4e


HBASE-21424 Change flakies and nightlies so scheduled less often
ADDENDUM; Make nightly daily.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b7efc8d4
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b7efc8d4
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b7efc8d4

Branch: refs/heads/branch-2
Commit: b7efc8d4e770d5a7d43e058cb4688d5cce2a62df
Parents: 22a0419
Author: Michael Stack <st...@apache.org>
Authored: Thu Nov 1 10:09:41 2018 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Thu Nov 1 10:09:41 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/b7efc8d4/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index ff096e3..aa1ecff 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: '30'))