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