ci: 分支选项更改

This commit is contained in:
zhangjialin
2022-03-09 17:51:20 +08:00
parent f327e46a82
commit afedb360d0

View File

@@ -8,7 +8,7 @@ pipeline { // 直接上k8s用k8s来管理docker
choice(
description: "你需要选择哪条分支进行构建?",
name: "branch_name",
choices: ["master", "develop_youlai_k8s_deploy"]
choices: ["master", "feat/youlai_k8s_deploy"]
)
}
environment {