This is an automated email from the ASF dual-hosted git repository. zghao pushed a commit to branch HBASE-14850 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit c97053ab6ff64755787e7102ecd6760a7b4588ae Author: Sean Busbey <[email protected]> AuthorDate: Mon Feb 11 11:08:59 2019 -0600 HBASE-14850 only run automated build monthly until dev picks up again. --- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index b333afb..8563279 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { } } triggers { - cron('@daily') + cron('@monthly') } options { buildDiscarder(logRotator(numToKeepStr: '30'))
