ci: 修改触发方式

This commit is contained in:
CaptainB 2022-08-20 19:41:03 +08:00 committed by 刘瑞斌
parent 4eb0348e6c
commit a6c37796c1
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -13,7 +13,9 @@ pipeline {
label 'metersphere'
}
}
options { quietPeriod(600) }
triggers {
pollSCM('0 * * * *')
}
environment {
IMAGE_NAME = 'metersphere'
IMAGE_PREFIX = 'registry.cn-qingdao.aliyuncs.com/metersphere'