mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Merge remote-tracking branch 'tvtamas/master'
This commit is contained in:
commit
b8a3db4a4a
@ -2,10 +2,10 @@ const BaseModel = require('./BaseModel');
|
||||
const Utils = require('../Utils');
|
||||
|
||||
class Pipelines extends BaseModel {
|
||||
all(projectId) {
|
||||
all(projectId, options = {}) {
|
||||
const pId = Utils.parse(projectId);
|
||||
|
||||
return this.get(`projects/${pId}/pipelines`);
|
||||
return this.get(`projects/${pId}/pipelines`, options);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user