mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Noticing jobs.show was missing
This commit is contained in:
parent
08eb791566
commit
aae249cd6f
@ -19,6 +19,12 @@ class Jobs extends BaseService {
|
||||
return RequestHelper.get(this, `projects/${pId}/jobs/${jobId}/artifacts/${artifactPath}`, {}, { stream });
|
||||
}
|
||||
|
||||
show(projectId, jobId) {
|
||||
const pId = encodeURIComponent(projectId);
|
||||
|
||||
return RequestHelper.get(this, `projects/${pId}/jobs/${jobId}`);
|
||||
}
|
||||
|
||||
showPipelineJobs(projectId, pipelineId, options) {
|
||||
const pId = encodeURIComponent(projectId);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user