流水线 CODEARTS PIPELINE-创建流水线模板:请求参数

时间:2023-11-28 18:59:46

请求参数

表2 请求Header参数

参数

是否必选

参数类型

描述

X-Auth-Token

String

用户Token。

通过调用 IAM 服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。

表3 请求Body参数

参数

是否必选

参数类型

描述

name

String

模板名称

description

String

模板描述

language

String

模板语言

variables

CustomVariable object

自定义参数

definition

String

模板编排json,包含stages

is_system

Boolean

是否系统模板

domain_id

String

所属租户ID

is_show_source

Boolean

是否显示流水线源

表4 CustomVariable

参数

是否必选

参数类型

描述

pipeline_id

String

流水线ID

name

String

自定义参数名称

sequence

Integer

自定义参数顺序

type

String

自定义参数类型

value

String

自定义参数默认值

is_secret

Boolean

是否私密参数

description

String

自定义参数描述

is_runtime

Boolean

是否运行时设置

limits

Array of objects

限制

is_reset

Boolean

是否重置

latest_value

String

最近一次参数值

runtime_value

String

运行时传入值

support.huaweicloud.com/api-pipeline/CreatePipelineTemplate.html