HBASE-19860 Run branch-2 nightly job more frequently to help with flaky tests debugging
This commit is contained in:
parent
c9950b5a79
commit
130da9d18b
|
@ -21,7 +21,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
triggers {
|
||||
cron('@daily')
|
||||
cron('H */6 * * *') // Run every 6 hours.
|
||||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '30'))
|
||||
|
|
Loading…
Reference in New Issue