This commit is contained in:
2025-11-30 23:40:49 +08:00
parent 32eb516a2d
commit a29d4f4574
4 changed files with 719 additions and 5 deletions

View File

@@ -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" // 镜像仓库地址