ci: 修改自动构建代码时间

This commit is contained in:
CaptainB 2022-09-22 18:20:04 +08:00 committed by jianxing
parent 3263fe7d1d
commit 97d6255265
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
}
}
triggers {
pollSCM('0 * * * *')
pollSCM('0 22 * * *')
}
environment {
IMAGE_NAME = 'metersphere'