ci: 调整打包时间

This commit is contained in:
CaptainB 2022-10-28 12:04:52 +08:00
parent 993d028f4a
commit 31f68031ff
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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