mirror of
https://github.com/dadosfera/maestro.git
synced 2026-09-27 17:04:49 +00:00
chore: exposure from route pipeline run jobs to maestro
This commit is contained in:
@@ -833,6 +833,7 @@ export class PlatformApiController {
|
||||
}
|
||||
|
||||
@Get('pipelines/:pipelineId/pipeline_run/:runId/jobs')
|
||||
@ApiOperation({ summary: 'Get pipeline run jobs' })
|
||||
@RequireAllPermissions(PERMISSIONS_GROUPS.PIPELINE.permissions.GET)
|
||||
async getPipelineRunJobs(
|
||||
@Param('pipelineId') pipelineId: string,
|
||||
|
||||
Reference in New Issue
Block a user