流水线 CODEARTS PIPELINE-获取流水线执行记录:响应参数

时间:2023-12-06 10:17:45

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

offset

Integer

起始偏移

limit

Integer

查询大小

total

Integer

总数

pipeline_runs

Array of pipeline_runs objects

流水线运行信息

表5 pipeline_runs

参数

参数类型

描述

pipeline_id

String

流水线ID

pipeline_run_id

String

流水线运行实例ID

executor_id

String

执行人ID

executor_name

String

执行人名称

stage_status_list

Array of stage_status_list objects

阶段信息

status

String

状态

run_number

Integer

运行序号

trigger_type

String

触发类型

build_params

build_params object

构建参数

artifact_params

artifact_params object

制品源参数

start_time

Long

开始时间

end_time

Long

结束时间

detail_url

String

详情页地址

modify_url

String

修改页地址

表6 stage_status_list

参数

参数类型

描述

name

String

阶段名称

sequence

Integer

序列号

status

String

状态

start_time

String

开始时间

end_time

String

结束时间

id

String

阶段ID

表7 build_params

参数

参数类型

描述

action

String

合并请求事件类型

build_type

String

基于分支还是tag触发

commit_id

String

代码仓提交ID

event_type

String

运行事件类型

merge_id

String

合并请求ID

message

String

代码仓提交信息

source_branch

String

源分支

tag

String

标签

target_branch

String

目标分支

codehub_id

String

Repo代码仓ID

git_url

String

代码仓https地址

source_codehub_id

String

源Repo代码仓ID

source_codehub_url

String

源Repo代码仓地址

source_codehub_http_url

String

源Repo代码仓http地址

表8 artifact_params

参数

参数类型

描述

version

String

包版本

branch_filter

String

过滤分支

package_name

String

包名称

organization

String

docker组织

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