From 130da9d18bd4e5832e1a5747595314b837d0c5ab Mon Sep 17 00:00:00 2001 From: Apekshit Sharma Date: Wed, 24 Jan 2018 20:00:30 -0800 Subject: [PATCH] HBASE-19860 Run branch-2 nightly job more frequently to help with flaky tests debugging --- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 14092d5da6..3d0d06f7c6 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { } } triggers { - cron('@daily') + cron('H */6 * * *') // Run every 6 hours. } options { buildDiscarder(logRotator(numToKeepStr: '30')) -- 2.14.1