Update 代码流水线.md

This commit is contained in:
ctt1164101128 2023-06-09 02:18:10 +08:00
parent 910b63d45c
commit 9cbc990192
1 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,12 @@
---
sidebar_label: '代码流水线'
sidebar_position: 5
---
---
# 代码流水线
可以通过代码的形式(YAML格式)来配置流水线,首先选择代码流水线和对应的分支:
![code_workflow1](../../static/img/engine/code_workflow1.jpg)
编辑流水线代码,其流水线名称描述、触发器、全局参数、执行串行/并发和流水线编排等概念同图形流水线,具体描述如下:
![code_workflow2](../../static/img/engine/code_workflow2.png)