ci: 修改自动编译时间

This commit is contained in:
CaptainB 2022-10-19 18:24:51 +08:00
parent 0de3997076
commit b3c5d4e454
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
}
}
triggers {
pollSCM('0 3,4,5 * * *')
cron('0 3 * * *')
}
environment {
IMAGE_PREFIX = 'registry.cn-qingdao.aliyuncs.com/metersphere'