From 0ba15e9baf7d906149c91a4dd99e3a74b54d219f Mon Sep 17 00:00:00 2001 From: lihongjie0209 Date: Sat, 12 Aug 2023 11:21:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84jenkins=E6=96=87=E4=BB=B6,=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=83=A8=E7=BD=B2=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2c86fcfc..dc17f1c6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -71,7 +71,7 @@ pipeline{ steps{ sh "kubectl --kubeconfig=homelab.yaml apply -k k8s/${env.BRANCH_NAME}/" - sh "kubectl --kubeconfig=homelab.yaml rollout restart deployment/coal-api --namespace coal-${env.BRANCH_NAME}/" + sh "kubectl --kubeconfig=homelab.yaml rollout restart deployment/coal-api --namespace coal-${env.BRANCH_NAME}" }