HBASE-19860 Run branch-2 nightly job more frequently to help with flaky tests debugging

This commit is contained in:
Apekshit Sharma 2018-01-24 20:00:30 -08:00
parent c9950b5a79
commit 130da9d18b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pipeline {
}
}
triggers {
cron('@daily')
cron('H */6 * * *') // Run every 6 hours.
}
options {
buildDiscarder(logRotator(numToKeepStr: '30'))