HBASE-24016 Change nightly poll from cron @daily to pollSCM @daily; i.e. run nightly if a change ONLY

This commit is contained in:
stack 2020-03-18 14:37:28 -07:00
parent 58a0ef0cfe
commit e6b8a19dd1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pipeline {
} }
} }
triggers { triggers {
cron('@daily') pollSCM('@daily')
} }
options { options {
buildDiscarder(logRotator(numToKeepStr: '15')) buildDiscarder(logRotator(numToKeepStr: '15'))