Optional
options: IRequestOptionsOptional
apiVersion: stringInput parameters.
Project ID or project name
Optional
apiVersion: stringGet a specific artifact from a pipeline run
Project ID or project name
ID of the pipeline.
ID of the run of that pipeline.
Name of the artifact.
Optional
expand: GetArtifactExpandOptionsExpand options. Default is None.
Get a specific log from a pipeline run
Project ID or project name
ID of the pipeline.
ID of the run of that pipeline.
ID of the log.
Optional
expand: GetLogExpandOptionsExpand options. Default is None.
Gets a pipeline, optionally at the specified version
Project ID or project name
The pipeline ID
Optional
pipelineVersion: numberThe pipeline version
Gets a run for a particular pipeline.
Project ID or project name
The pipeline id
The run id
Get a list of logs from a pipeline run.
Project ID or project name
ID of the pipeline.
ID of the run of that pipeline.
Optional
expand: GetLogExpandOptionsExpand options. Default is None.
Get a list of pipelines.
Project ID or project name
Optional
orderBy: stringA sort expression. Defaults to "name asc"
Optional
top: numberThe maximum number of pipelines to return
Optional
continuationToken: stringA continuation token from a previous request, to retrieve the next page of results
Gets top 10000 runs for a particular pipeline.
Project ID or project name
The pipeline id
Queues a dry run of the pipeline and returns an object containing the final yaml.
Optional additional parameters for this run.
Project ID or project name
The pipeline ID.
Optional
pipelineVersion: numberThe pipeline version.
Runs a pipeline.
Optional additional parameters for this run.
Project ID or project name
The pipeline ID.
Optional
pipelineVersion: numberThe pipeline version.
Create a pipeline.