Description: Download artifacts of a pipeline. A artifact name query string should be included to specify the names of the artifacts to download.
Security: Requires a valid user
Usage: GET api/v1/pipelines/:pipelineId/artifacts
Query Parameters:
Parameter | Data Type | Description |
---|---|---|
| string | Required. Name of the artifact that has to be downloaded. |
Produces: application/gzip
Response: Returns a .tar.gz file.
Response Codes:
200: Success
404: Artifact URLs cannot be found and an empty file is returned if the artifact is otherwise unavailable.