From afedb360d0e6e00c37afed3eeeae83278b07145d Mon Sep 17 00:00:00 2001 From: zhangjialin <1370559470@qq.com> Date: Wed, 9 Mar 2022 17:51:20 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=88=86=E6=94=AF=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devops/K8sJenkinsFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/K8sJenkinsFile b/devops/K8sJenkinsFile index db13e548..048b889a 100644 --- a/devops/K8sJenkinsFile +++ b/devops/K8sJenkinsFile @@ -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 {