remove trigger in Jenkinsfile

This commit is contained in:
ops 2020-03-17 20:14:46 +08:00
parent 27de274e9b
commit 256ae78ed2
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

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