build: 修改静默时间

This commit is contained in:
BugKing 2020-12-21 16:57:42 +08:00
parent 1378e1e69c
commit ede1543b83
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 镜像带仓库名的前缀')