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 d7e70bb497
commit add2d2ac57
1 changed files with 1 additions and 1 deletions

View File

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