add trigger to Jenkinsfile

This commit is contained in:
ops 2020-03-17 19:54:32 +08:00
parent 903ac5a1d0
commit 27de274e9b
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -1,6 +1,10 @@
pipeline {
agent any
triggers {
cron('H 4/* 0 0 1-5')
}
environment {
CI = 'true'
}