From 9cbc990192a570a66d658b06d11acb38790e4715 Mon Sep 17 00:00:00 2001 From: ctt1164101128 <1164101128@qq.com> Date: Fri, 9 Jun 2023 02:18:10 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E4=BB=A3=E7=A0=81=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/DevOps引擎/代码流水线.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/DevOps引擎/代码流水线.md b/docs/DevOps引擎/代码流水线.md index 574fc96..671fcd3 100644 --- a/docs/DevOps引擎/代码流水线.md +++ b/docs/DevOps引擎/代码流水线.md @@ -1,4 +1,12 @@ --- sidebar_label: '代码流水线' sidebar_position: 5 ---- \ No newline at end of file +--- +# 代码流水线 + 可以通过代码的形式(YAML格式)来配置流水线,首先选择代码流水线和对应的分支: + + ![code_workflow1](../../static/img/engine/code_workflow1.jpg) + + 编辑流水线代码,其流水线名称描述、触发器、全局参数、执行串行/并发和流水线编排等概念同图形流水线,具体描述如下: + +![code_workflow2](../../static/img/engine/code_workflow2.png) \ No newline at end of file