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
58a0ef0cfe
commit
e6b8a19dd1
|
@ -21,7 +21,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
triggers {
|
triggers {
|
||||||
cron('@daily')
|
pollSCM('@daily')
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '15'))
|
buildDiscarder(logRotator(numToKeepStr: '15'))
|
||||||
|
|
Loading…
Reference in New Issue