add trigger to Jenkinsfile
This commit is contained in:
parent
903ac5a1d0
commit
27de274e9b
|
@ -1,6 +1,10 @@
|
|||
pipeline {
|
||||
agent any
|
||||
|
||||
triggers {
|
||||
cron('H 4/* 0 0 1-5')
|
||||
}
|
||||
|
||||
environment {
|
||||
CI = 'true'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue