build: 修改静默时间
This commit is contained in:
parent
1378e1e69c
commit
ede1543b83
|
@ -4,7 +4,7 @@ pipeline {
|
|||
label 'metersphere'
|
||||
}
|
||||
}
|
||||
options { quietPeriod(1200) }
|
||||
options { quietPeriod(600) }
|
||||
parameters {
|
||||
string(name: 'IMAGE_NAME', defaultValue: 'metersphere', description: '构建后的 Docker 镜像名称')
|
||||
string(name: 'IMAGE_FREFIX', defaultValue: 'registry.cn-qingdao.aliyuncs.com/metersphere', description: '构建后的 Docker 镜像带仓库名的前缀')
|
||||
|
|
Loading…
Reference in New Issue