HBASE-21424 Change flakies and nightlies so scheduled less often

ADDENDUM; Make nightly daily.
This commit is contained in:
Michael Stack 2018-11-01 10:09:41 -07:00
parent 22a0419f7e
commit b7efc8d4e7
No known key found for this signature in database
GPG Key ID: 9816C7FC8ACC93D2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pipeline {
}
}
triggers {
cron('H */12 * * *') // Run every 12 hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
cron('@daily')
}
options {
buildDiscarder(logRotator(numToKeepStr: '30'))