Poll if there are any changes to build
Poll once every hour every day between 10am and 3am
This commit is contained in:
parent
c61fa2a1b8
commit
c8856eb797
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,6 +1,10 @@
|
|||
pipeline {
|
||||
agent none
|
||||
|
||||
triggers {
|
||||
pollSCM('H 0-3,10-23 * * *')
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
parallel {
|
||||
|
|
Loading…
Reference in a new issue