aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-10-18 16:09:13 -0700
committerGravatar Tom Willemse2020-10-18 16:09:13 -0700
commitc8856eb79715a533d995d4a8ef9873a02879bc19 (patch)
treed8b31b86fc788816af0a64ec391973cd88032ec1
parentc61fa2a1b8e70d53186cfbabfac4aa1b2221d103 (diff)
downloadnew-ryuslash.org-c8856eb79715a533d995d4a8ef9873a02879bc19.tar.gz
new-ryuslash.org-c8856eb79715a533d995d4a8ef9873a02879bc19.zip
Poll if there are any changes to build
Poll once every hour every day between 10am and 3am
-rw-r--r--Jenkinsfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index d804673..b78a819 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,10 @@
pipeline {
agent none
+ triggers {
+ pollSCM('H 0-3,10-23 * * *')
+ }
+
stages {
stage('Build') {
parallel {