From 2367e84f35f2a8646661b5eb2cda467a861ff322 Mon Sep 17 00:00:00 2001 From: zhuxiujuan28 <562873187@qq.com> Date: Thu, 18 Jan 2024 17:11:15 +0800 Subject: [PATCH] fix commands in creating devops Signed-off-by: zhuxiujuan28 <562873187@qq.com> --- .../create-a-pipeline-using-graphical-editing-panel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/v3.4/devops-user-guide/how-to-use/pipelines/create-a-pipeline-using-graphical-editing-panel.md b/content/zh/docs/v3.4/devops-user-guide/how-to-use/pipelines/create-a-pipeline-using-graphical-editing-panel.md index 27427bab4..3cd7aae1c 100644 --- a/content/zh/docs/v3.4/devops-user-guide/how-to-use/pipelines/create-a-pipeline-using-graphical-editing-panel.md +++ b/content/zh/docs/v3.4/devops-user-guide/how-to-use/pipelines/create-a-pipeline-using-graphical-editing-panel.md @@ -304,8 +304,8 @@ KubeSphere 中的图形编辑面板包含用于 Jenkins [阶段 (Stage)](https:/ ```shell mkdir ~/.kube echo "$KUBECONFIG_CONTENT" > ~/.kube/config - envsubst < deploy/dev-ol/devops-sample-svc.yaml | kubectl apply -f - - envsubst < deploy/dev-ol/devops-sample.yaml | kubectl apply -f - + envsubst < deploy/no-branch-dev/devops-sample-svc.yaml | kubectl apply -f - + envsubst < deploy/no-branch-dev/devops-sample.yaml | kubectl apply -f - ``` 6. 如果您想在流水线成功运行时接收电子邮件通知,请点击**添加步骤**,选择**邮件**,以添加电子邮件信息。请注意,配置电子邮件服务器是可选操作,如果您跳过该步骤,依然可以运行流水线。