HBASE-21424 Change flakies and nightlies so scheduled less often
ADDENDUM; Make nightly daily.
This commit is contained in:
parent
22a0419f7e
commit
b7efc8d4e7
|
@ -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'))
|
||||
|
|
Loading…
Reference in New Issue