new Pipelines()
Methods
-
create(projectId [, ref])
-
Create a new pipeline
Parameters:
Name Type Argument Default Description projectId
integer | string The ID or URL-encoded path of the project owned by the authenticated user
ref
string <optional>
'master' Reference to commit
-
project(projectId, qs)
-
List project pipelines
Parameters:
Name Type Description projectId
integer | string The ID or URL-encoded path of the project owned by the authenticated user
qs
object -
query(projectId, pipelineId)
-
Get a single pipeline
Parameters:
Name Type Description projectId
integer | string The ID or URL-encoded path of the project owned by the authenticated user
pipelineId
integer The ID of a pipeline