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 {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
|
|
||||||
|
triggers {
|
||||||
|
pollSCM('H 0-3,10-23 * * *')
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
parallel {
|
parallel {
|
||||||
|
|
Loading…
Reference in a new issue