mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-29 18:48:13 +08:00
ci: 修改触发方式
This commit is contained in:
parent
9239c78f42
commit
522abf855b
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user