ci: 修改触发方式
This commit is contained in:
parent
9239c78f42
commit
522abf855b
|
@ -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