GitLabApiClient icon indicating copy to clipboard operation
GitLabApiClient copied to clipboard

How to get job response logs

Open khaalimanushya opened this issue 5 years ago • 1 comments

How to get job response logs

khaalimanushya avatar Jun 20 '20 15:06 khaalimanushya

I think this is not yet implemented.

The API GET /projects/:id/jobs/:job_id/trace must be implemented.

@nmklotas, @jetersen, will you accept a PR for this? I think that returning the http response as-is would be appropriate, what do you think? Or just return it as a string?

Can this be implemented as client.Pipelines.GetJobTraceAsync(projectId, jobId) : string?

Or better, add it to client.Jobs that is suggested in https://github.com/nmklotas/GitLabApiClient/pull/211?

rgl avatar Jun 09 '21 11:06 rgl