Poll if there are any changes to build

Poll once every hour every day between 10am and 3am
This commit is contained in:
Tom Willemse 2020-10-18 16:09:13 -07:00
parent c61fa2a1b8
commit c8856eb797

4
Jenkinsfile vendored
View file

@ -1,6 +1,10 @@
pipeline {
agent none
triggers {
pollSCM('H 0-3,10-23 * * *')
}
stages {
stage('Build') {
parallel {