编译构建 CODEARTS BUILD-获取构建历史详情信息接口:响应示例

时间:2023-11-13 18:58:53

响应示例

状态码: 200

OK

{
  "job_name" : "测试任务01",
  "build_number" : 5,
  "project_id" : "6ecbc5bac7c8442fb3d2563d53c13582",
  "project_name" : "test-project",
  "parameters" : [ {
    "static_limit_param_name" : "static_limit_param_value_1",
    "sentive_param_name" : "******",
    "no_static_param_name" : "no_static_param_value",
    "static_param_name" : "static_param_value",
    "no_static_limit_param_name" : "no_static_limit_param_value_1"
  } ],
  "build_steps" : [ {
    "name" : "代码检出",
    "status" : "success",
    "build_time" : 8366
  }, {
    "name" : "上传软件包到软件发布库",
    "status" : "",
    "build_time" : 0
  } ]
}
support.huaweicloud.com/api-codeci/ShowHistoryDetails.html