HBASE-24016 Change nightly poll from cron @daily to pollSCM @daily; i.e. run nightly if a change ONLY
This commit is contained in:
parent
d7e70bb497
commit
add2d2ac57
|
@ -21,7 +21,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
triggers {
|
||||
cron('@daily')
|
||||
pollSCM('@daily')
|
||||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '15'))
|
||||
|
|
Loading…
Reference in New Issue