ci: 修改自动编译时间

This commit is contained in:
CaptainB 2023-08-10 09:20:25 +08:00 committed by 刘瑞斌
parent 1be1b96d9e
commit 266e898147
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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