uploadArtifact
Uploads an artifact. revspec must match a specific git tag, and the filename must be unique among artifacts for this repository.
uploadArtifact( repoId: Int! revspec: String! file: Upload!): Artifact!Arguments
Section titled “Arguments”uploadArtifact.repoId ● Int!non-nullscalar {#repo-id}
Section titled “uploadArtifact.repoId ● Int! {#repo-id}”uploadArtifact.revspec ● String!non-nullscalar {#revspec}
Section titled “uploadArtifact.revspec ● String! {#revspec}”uploadArtifact.file ● Upload!non-nullscalar {#file}
Section titled “uploadArtifact.file ● Upload! {#file}”Arbitrary file attached to a git repository