v1

latestOpenAPI 3.1.02026-07-22106199311.5 KB
Shared Pipeline Artifacts

Publish a Shared Pipeline Artifact

Publishes a shared pipeline artifact as a multipart upload. The sharedPipelineIdPrefix identifies the shared pipeline group.

post/v1/shared-pipelines/artifacts

Headers

content-typestring required
sharedPipelineIdPrefixstring required
versionNamestring required
commitHashstring
branchstring

Response

Shared pipeline artifact published successfully

versionNamestring

The version name of the shared pipeline artifact

Example response

{
  "versionName": "1.0.0"
}