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 2020/03/17 17:48:23 UTC

[hbase] branch HBASE-22114-branch-1 updated: HBASE-22114 See comment on end; Make the nightly run once a week on this branch

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

stack pushed a commit to branch HBASE-22114-branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/HBASE-22114-branch-1 by this push:
     new 24bb5c3  HBASE-22114 See comment on end; Make the nightly run once a week on this branch
24bb5c3 is described below

commit 24bb5c349d17975e0b598b101b53ee6640f57859
Author: stack <st...@apache.org>
AuthorDate: Tue Mar 17 10:48:00 2020 -0700

    HBASE-22114 See comment on end; Make the nightly run once a week on this branch
---
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index ee5f9c1..2949893 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -21,7 +21,7 @@ pipeline {
     }
   }
   triggers {
-    cron('@daily')
+    cron('@weekly')
   }
   options {
     buildDiscarder(logRotator(numToKeepStr: '15'))