增加流水线执行测试报告结果查询Get

This commit is contained in:
xxq250 2024-12-18 10:49:50 +08:00
parent 54923e2b96
commit ac7e9208cb
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ public class PmsCiPipelinesController extends BaseController
/**
* 流水线执行测试报告结果查询
*/
@PostMapping(value = "/{id}/actions/runs/{run}/results")
@GetMapping(value = "/{id}/actions/runs/{run}/results")
@ApiOperation("流水线执行测试报告结果查询")
public AjaxResult getPipelineRunResults(@ApiParam(name = "id", value = "流水线id")@PathVariable Long id,
@ApiParam(name = "run", value = "执行记录序号")@PathVariable String run)