重试构建-重试或者跳过失败插件

Request method/request path

POST /ms/openapi/api/apigw/v3/projects/{projectId}/pipelines/{pipelineId}/builds/{buildId}/retry

Resource description

Retry build - Retry or skip the failed plug-in

Input parameter description

Query parameter

Path parameter

response

Request sample

curl -X POST '[please replace API address bar request address]? taskId={taskId}&failedContainer={failedContainer}&skip={skip}&channelCode={channelCode}' 

HEADER example

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

Return example -200

{  "data" : {  "id" : "String"  },  "message" : "String",  "status" : 0 } 

Data returns wrapper model build model-ID

Build model -ID

Last updated