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

This commit is contained in:
CaptainB 2022-09-22 20:50:23 +08:00 committed by 刘瑞斌
parent 0d7b97cbc1
commit c7057704ef
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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