获取流水线的webhook构建日志列表

Request method/request path

GET /ms/openapi/api/apigw/v3/{projectId}/{pipelineId}/webhook/buildLog

Resource description

Gets the pipeline's webhook build log list

Input parameter description

Query parameter

Path parameter

response

Request sample

curl -X GET '[Please replace above API address bar request address]? repoName={repoName}&commitId={commitId}&page={page}&pageSize={pageSize}' 

HEADER example

accept: application/json Content-Type: application/json 

Return example -200

{  "data" : {  "records" : [ {  "codeType" : "String",  "repoName" : "String",  "success" : true,  "triggerResult" : "String",  "createdTime" : 0,  "logId" : 0,  "taskName" : "String",  "id" : 0,  "commitId" : "String",  "projectId" : "String",  "taskId" : "String",  "pipelineId" : "String"  } ],  "count" : 0  },  "message" : "String",  "status" : 0 } 

Data return wrapper model SQLPage pipelining webhook- Trigger log details

SQLPage Pipelined webhook- Triggers log details

Pipelined webhook- Triggers log details

Last updated