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/18 21:23:26 UTC

[hbase] branch HBASE-22114-branch-1 updated: HBASE-22114 See comment on end; Make the nightly run once a week on this branch Addendum s/cron/pollSCM/. See https://jenkins.io/doc/book/pipeline/syntax/

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 194ba06  HBASE-22114 See comment on end; Make the nightly run once a week on this branch Addendum s/cron/pollSCM/. See https://jenkins.io/doc/book/pipeline/syntax/
194ba06 is described below

commit 194ba064c89ee22031fcf277119a645b9a866d81
Author: stack <st...@apache.org>
AuthorDate: Wed Mar 18 14:22:35 2020 -0700

    HBASE-22114 See comment on end; Make the nightly run once a week on this branch
    Addendum s/cron/pollSCM/. See https://jenkins.io/doc/book/pipeline/syntax/
---
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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