增加流水线执行测试报告结果查询Get
This commit is contained in:
parent
54923e2b96
commit
ac7e9208cb
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue