更新时间:2024-08-29 GMT+08:00
示例2:停止流水线
约束限制
已有流水线,并且流水线正在执行中。
涉及接口
通过用户token、流水线id停止流水线。
操作步骤
- 查看项目下构建任务列表。
- 接口信息
API文档详情请参见:停止流水线。
API Explorer在线调试请参见: 停止流水线。
- 请求示例
https://cloudpipeline-ext.cn-north-1.myhuaweicloud.com/v3/pipelines/stop?pipeline_id=824e784b3f43492e99152a.....
- 请求体示例
{}
- 响应示例
{ "result": { "name": "pipeline-test", "pipelineId": "e9bdc806955e48368e3ecbcdf2...." }, "error": null, "status": "success" }
- 接口信息