|
|
@@ -63,7 +63,7 @@ public class PipelineController {
|
|
|
}
|
|
|
|
|
|
@GetMapping("/record")
|
|
|
- @ApiOperation(value = "获取一条流水线的历史构建信息", httpMethod = "GET")
|
|
|
+ @ApiOperation(value = "通过recordId, 历史构建信息", httpMethod = "GET")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "recordId", dataType ="int",paramType = "query"),
|
|
|
})
|