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

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

View File

@ -254,7 +254,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)