!!!
This commit is contained in:
@@ -29,11 +29,6 @@ pipeline {
|
||||
defaultValue: '',
|
||||
description: '可选:自定义镜像 Tag (字母、数字、点、下划线、短横线), 如 v0.0.1, 留空则自动生成 “ v+构建次数_分支名_短哈希_构建时间 ”'
|
||||
)
|
||||
booleanParam(
|
||||
name: 'DEPLOY_AFTER_BUILD',
|
||||
defaultValue: false,
|
||||
description: '是否构建完镜像后部署?'
|
||||
)
|
||||
}
|
||||
environment {
|
||||
REGISTRY = "uswccr.ccs.tencentyun.com" // 镜像仓库地址
|
||||
|
||||
Reference in New Issue
Block a user